Pending Approvals
Get Pending Withdrawal Approvals
GET
https://api.vaultoro.com/v1/private/coins/withdraw/approval
This endpoint allows you fetch all pending withdrawal approvals of a user
Headers
Name
Type
Description
Authorization
string
Bearer token
{
"data": {
"approvals": [
{
"referenceId": "c08e8kkqryr4dm",
"asset": "ETH",
"address": "0xc310800fbad7fe91acf195dac428430e4c847e6a",
"quantity": "0.004",
"createdAt": "2021-07-06T11:23:01.000Z"
}
]
}
}
Last updated
Was this helpful?