Skip to main content
GET
List transactions
Returns transactions ordered by most recent first. Results are paginated.

Query parameters

account_id
string
required
Filter transactions to a specific bank account, prefixed with account_. You can find account IDs using the List bank accounts endpoint.
limit
integer
default:"10"
The number of transactions to return. Maximum is 100.
cursor
string
Cursor from the previous response. Omit to fetch from the beginning.

Response

data
object[]
The list of transaction objects for the requested page.
has_next
boolean
Whether more transactions exist after this page.
cursor
string | null
Pass this value as cursor on the next request to fetch the following page. null when this is the last page.