DESCRIPTIONRetrieves the withdrawal history for a user's account, providing detailed information about past withdrawal transactions, including timestamps, asset types, amounts, and transaction statuses.
Request
Query Params
Header Params
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://endpoint-gateway.maxbit.com/sapi/v1/capital/withdraw/history?coin=ETH&status=0&startTime=1718855898528&endTime=1718855898528&offset=&limit=×tamp=1718855898528&signature={{signature}}' \
--header'X-MBX-APIKEY: {{maxbit-api-key}}' \
--header'Content-Type: application/json'
Responses
🟢200Success
application/json
Body
Example
[{"address":"0x94df8b352de7f46f64b01d3666bf6e936e44ce60","amount":"8.91000000","applyTime":"2019-10-12 11:12:02","coin":"USDT","id":"b6ae22b3aa844210a7041aee7589627c","withdrawOrderId":"WITHDRAWtest123","network":"ETH","transferType":0,"status":6,"transactionFee":"0.004","confirmNo":3,"info":"The address is not valid. Please confirm with the recipient","txId":"0xb5ef8c13b968a406cc62a93a8bd80f9e9a906ef1b3fcf20a2e48573c17659268"}]