Get Transaction History
get_transactionsRetrieve paginated history of account transactions, including deposits, withdrawals, fees, and transfers. Each transaction shows amount, currency, timestamp, reference ID, and type.
Instructions
Retrieve paginated history of account transactions (deposits, withdrawals, fees, transfers). Each entry includes: amount, currency, timestamp, reference ID, and type. Rate limit: 6 req / 1m.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | Optional ISO 8601 datetime to retrieve transactions from (e.g. 2024-01-01T00:00:00Z). | |
| limit | No | Max items per page (1-50, default 20). | |
| cursor | No | Pagination cursor from a previous response. |