get_transfer_history
Retrieve internal transfer records with filters such as transfer ID, coin, status, and time range. Pagination is supported for large result sets.
Instructions
Query internal transfer records.
Args:
transferId: UUID of transfer
coin: Coin name
status: Transfer status - SUCCESS, PENDING, FAILED
startTime: Start timestamp in milliseconds
endTime: End timestamp in milliseconds
limit: Limit per page (max 50, default 20)
cursor: Pagination cursor
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | ||
| limit | No | ||
| cursor | No | ||
| status | No | ||
| endTime | No | ||
| startTime | No | ||
| transferId | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |