get_withdrawal_history
Retrieve withdrawal history with filters for currency, status, and time range to track outgoing transfers.
Instructions
Get withdrawal history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | Currency, e.g. USDT | |
| withdrawId | No | Withdrawal ID | |
| type | No | Withdraw type: 0=blockchain withdraw, 1=internal transfers | |
| txId | No | Hash record of the withdrawal | |
| state | No | Status: 0=waiting review, 2=failed, 3=success, 4=canceled, 6=kyt, 7=processing | |
| before | No | Pagination - records newer than this timestamp (ms) | |
| after | No | Pagination - records earlier than this timestamp (ms) | |
| limit | No | Number of results, max 100. Default 20. |