Get account transactions
get_transactionsFetch transactions for connected accounts within a date range. Specify Unix start/end times, or omit to use the default recent window.
Instructions
Fetch transactions for connected accounts within an optional date range. Dates are Unix timestamps in seconds. If omitted, the bridge returns its default recent window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | Unix seconds. Include transactions before this time. | |
| pending | No | Include pending (not-yet-posted) transactions. Default false. | |
| startDate | No | Unix seconds. Include transactions on/after this time. | |
| accountIds | No | Limit to these account ids (from list_accounts). |