accounts
List transactions
Retrieves a list of transactions
GET
/
transaction
/
list
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The cursor for the next page of results to fetch
Return transactions associated with the specified account
Return transactions recorded on or after the specified date
Return transactions recorded on or before the specified date
Return transactions associated with the specified batch
Return transactions of the specified type
Available options:
intent
, transfer
, unreconciled