List all transactions

Return a list of enriched transactions starting with the most recent one.

Authentication

X-Api-Keystring
API Key authentication via header

Query parameters

created_afterdatetime or nullOptional
Only return transactions older or equal than this date
created_beforedatetime or nullOptional
Only return transactions newer than this date
cursorstring or nullOptional
Starting point for the set of transactions
limitintegerOptional1-500Defaults to 25
The limit of transactions to be returned
account_holder_idstring or nullOptional
If specified, only return the transactions of this account holder

Response

Successful Response
next_cursorstring or null
datalist of objects

Errors

422
Unprocessable Entity Error