Query Parameters
| Field | Type | Need | Description | Example |
|---|---|---|---|---|
”account” | string | required | User’s wallet address | 42trU9A5… |
“limit” | integer | optional | Maximum number of records to return, defaults to system defined limit | 100 |
”cursor” | string | optional | Cursor for pagination. Default to none | 1115hVka |
Response
- Status 200: Successfully retrieved spot withdrawal history
| Field | Type | Description |
|---|---|---|
'symbol' | string | Spot asset symbol |
'amount' | decimal string | Amount withdrawn |
'batch_nonce' | integer | Nonce of the withdrawal batch |
'transaction_id' | string | On-chain transaction identifier |
'created_at' | integer | Timestamp in milliseconds of when the withdrawal occurred |
'next_cursor' | string | Next cursor for pagination |
'has_more' | boolean | True if there exists a 'next_cursor' |
- Status 400: Invalid request parameters
- Status 401: Unauthorized access
- Status 500: Internal server error