get_transaction_log
Retrieve a complete account transaction ledger covering trades, settlements, fees, funding payments, deposits, withdrawals, and transfers. Filter by currency, type, and date range.
Instructions
Get the full ledger of account transactions: trades, settlements, fees, funding payments, deposits, withdrawals, and transfers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of entries (default 100, max 250) | |
| query | No | Filter by transaction type | |
| currency | Yes | Currency | |
| continuation | No | Continuation token for pagination | |
| end_timestamp | Yes | End timestamp in milliseconds since epoch | |
| start_timestamp | Yes | Start timestamp in milliseconds since epoch |