list_transactions
Retrieve paginated ledger entries for a specific account to support reconciliation, exports, and audit trails. Advance min_row to iterate through all rows.
Instructions
List ledger entries for a single account on the authenticated profile, paginated by row ID. min_row is inclusive, max_row is exclusive, and the API caps a single window at 1000 rows. Requires API credentials. Use for reconciliation, exports, or audit trails; iterate by advancing min_row to (last returned row + 1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Numeric account ID, as a string (from get_balances). | |
| max_row | No | Last row to return, exclusive. Defaults to 100 when omitted. The Luno API caps (max_row - min_row) at 1000. | |
| min_row | No | First row to return, inclusive (1-based). Defaults to 1 when omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| transactions | Yes |