Get transactions
get_transactionsRetrieve account transactions, newest first, with signed amounts. Filter by date range and use continuation keys to fetch more history.
Instructions
Transactions of one account, newest first. Amounts are signed (negative = money out). Defaults to the last 30 days. Banks return limited history (often 90 days, some up to 2 years). If the result has continuation, pass it back to fetch more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | YYYY-MM-DD, default today | |
| from | No | YYYY-MM-DD, default 30 days ago | |
| account | Yes | Account uid or label | |
| max_pages | No | Pages to fetch in one call | |
| include_raw | No | Include the bank's raw transaction objects | |
| continuation | No | Continuation key from a previous call |