get_fund_transfer_history
Retrieve fund transfer history between accounts. Filter by currency, source or destination account, and time range.
Instructions
Get fund transfer history between accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | Currency, e.g. USDT | |
| fromAccount | No | Source account filter | |
| toAccount | No | Destination account filter | |
| 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 100. |