Financial DataRead-only
Get Transactions
get_transactionsFetch bank transactions for an account. For Plaid: use cursor for incremental sync. For SaltEdge/SnapTrade: use from/to date range. Returns up to 500 transactions per call.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workspaceId | string | required | Workspace ID — get from list_workspaces |
bankId | string | required | Bank connection ID — get from list_banks |
accountId | string | required | Account ID — get from list_accounts or get_bank |
from | string | optional | Start date YYYY-MM-DD |
to | string | optional | End date YYYY-MM-DD |
cursor | string | optional | Plaid cursor for incremental sync |
