List transactions
Transactions
List transactions
Retrieve a paginated list of transactions for a bank account.
GET
List transactions
Returns transactions ordered by most recent first. Results are paginated.
Query parameters
Filter transactions to a specific bank account. You can find account IDs using
the List bank accounts endpoint.
The number of transactions to return. Maximum is 100.
Cursor from the previous response. Omit to fetch from the beginning.
Response
The list of transaction objects for the requested page.
Whether more transactions exist after this page.
Pass this value as
cursor on the next request to fetch the following page.
null when this is the last page.