Bank accounts
Your bank accounts. Use an account's id to filter transactions by account.
List bank accounts
query Parameters
include_archivedInclude archived rows. Must be the string "true" or "false".
List bank accounts › Responses
All bank accounts (not paginated; next_cursor is always null).
next_cursorList an account's balances
All stored balance readings for one bank account, newest date first. Balances are recorded ~daily, so this is a series, not a single number — take the first row of the first page for the current balance (or pass limit=1). An account can have several rows per date — one per currency, and opening vs closing. Cursor-paginated: follow next_cursor to read the full history.
path Parameters
idInteger bank account id, from GET /bank-accounts.
query Parameters
date_fromInclusive lower bound on the balance date.
date_toInclusive upper bound on the balance date.
cursorThe next_cursor value from the previous response, exactly as received. Leave out for the first page.
limitPage size. Values outside 1–1000 fail with 400.
List an account's balances › Responses
One page of balances, newest first. When next_cursor is non-null, pass it back verbatim for the next page.
next_cursor