Query Parameters
| Field | Type | Need | Description | Example |
|---|---|---|---|---|
”account” | string | required | User’s wallet address | 42trU9A5… |
Response
- Status 200: Successfully retrieved pending spot withdrawals
| Field | Type | Description |
|---|---|---|
'symbol' | string | Spot asset symbol |
'amount' | decimal string | Net amount to be received after fees |
'amount_requested' | decimal string | Original amount requested for withdrawal |
'fee_amount' | decimal string | Fee deducted from the withdrawal |
'batch_nonce' | integer | Nonce of the withdrawal batch |
'created_at' | integer | Timestamp in milliseconds of when the withdrawal was created |
- Status 400: Invalid request parameters
- Status 401: Unauthorized access
- Status 500: Internal server error