lemma_list_transactions
List bank account transactions page by page. Each entry shows amounts in cents plus annotated dollar values, helping you review account activity.
Instructions
List transactions for a bank account (paginated; amounts in cents, *_dollars annotated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items per page (1-100) | |
| cursor | No | Opaque cursor from the previous page's `cursor` field | |
| account_id | Yes | Required -- transactions are listed per account |