List all transactions

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

Headers

X-Api-KeystringRequired
X-Application-IdstringRequired

Query parameters

created_afterdatetimeOptional
Only return transactions older or equal than this date
created_beforedatetimeOptional
Only return transactions newer than this date
cursorstringOptional
Starting point for the set of transactions
limitintegerOptional>=1<=500Defaults to 25
The limit of transactions to be returned
account_holder_idstringOptional
If specified, only return the transactions of this account holder

Response

Successful Response
next_cursorstring
datalist of objects

Errors