Get pending spot withdrawals
This endpoint returns pending spot asset withdrawals.
GET /api/v1/account/spot_asset/withdraw/pendingQuery Parameters
Field
Type
Need
Description
Example
/api/v1/account/spot_asset/withdraw/pending?account=42trU9A5...Response
{
"success": true,
"data": [
{
"symbol": "SOL",
"amount": "1.00000000",
"amount_requested": "1.00100000",
"fee_amount": "0.00100000",
"batch_nonce": 42,
"created_at": 1716200000000
}
...
]
}Field
Type
Description
Code Example (Python)
Last updated