get_deposit_history
Retrieve deposit history with filters for currency, status, and pagination. Track pending, completed, failed, or flagged deposits.
Instructions
Get deposit history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | Currency, e.g. USDT | |
| depositId | No | Deposit ID | |
| txId | No | Hash record of the deposit | |
| state | No | Status: 0=pending, 1=done, 2=failed, 3=kyt | |
| 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. |