private/get-withdrawal-history
POSTFetches withdrawal history. If you do not see the option when viewing your API Keys, this feature is not yet available for you./private/get-withdrawal-history
Request
Body
required
- ➖ 0: Pending
- ➖ 1: Processing
- ➖ 2: Rejected
- ➖ 3: Payment In-progress
- ➖ 4: Payment Failed
- ➖ 5: Completed
- ➖ 6: Cancelled
Request id (echoed in response)
Must be "private/get-withdrawal-history"
Your API key (only required for private REST)
HMAC-SHA256 signature in hex (only required for private REST)
Current timestamp in milliseconds, e.g. "1771761038000".
params objectrequired
E.g. BTC, CRO.
Start time (ms). Default is 90 days before current timestamp.
End time (ms). Default is current timestamp.
Page size (Default: 20, Max: 200).
Page number (0-based).
Possible values: [0, 1, 2, 3, 4, 5, 6]
Withdrawal status. Used in private/get-withdrawal-history request (filter) and response (withdrawal_list[].status).
Schema
- Array [
- ➖ 0: Pending
- ➖ 1: Processing
- ➖ 2: Rejected
- ➖ 3: Payment In-progress
- ➖ 4: Payment Failed
- ➖ 5: Completed
- ➖ 6: Cancelled
- ]
Echoed request id
Method invoked
0 = success; non-zero indicates error (reason code).
result object
withdrawal_list object[]
E.g. BTC, CRO.
Client withdrawal ID from the request, if provided.
Withdrawal fee.
Creation timestamp.
Withdrawal ID.
Last update timestamp.
Withdrawal amount.
Address with Address Tag (if any).
Possible values: [0, 1, 2, 3, 4, 5, 6]
Withdrawal status. Used in private/get-withdrawal-history request (filter) and response (withdrawal_list[].status).
Transaction hash.
Network for the transaction; only available when the exchange supports multiple networks for the currency.
Present when code !== 0.
Present when code !== 0.