get_transfer_history
Retrieve transfer history for a Qubic address or saved wallet within a tick range, including incoming and outgoing transfers. Find the current tick with get_tick_info first.
Instructions
Get the transfer history for a Qubic address or saved wallet within a tick range. Returns incoming and outgoing transfers with details. Use get_tick_info first to find the current tick number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| address | Yes | Qubic address (60 uppercase letters) or saved wallet name (e.g., "my-main") | |
| endTick | Yes | End tick number for the range | |
| pageSize | No | Number of results per page (default: 25, max: 100) | |
| startTick | Yes | Start tick number for the range |