list_transactions
List transactions for a Monzo account, using optional since, before, and limit parameters to filter results by date range and count.
Instructions
List recent transactions for an account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of transactions to return (default 20) | |
| since | No | Optional RFC3339/ISO timestamp lower bound | |
| before | No | Optional RFC3339/ISO timestamp upper bound | |
| account_id | Yes | The account ID to list transactions for |