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_afterdatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z
Only return transactions older or equal than this date
created_beforedatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z
Only return transactions newer than this date
cursorstringOptional
Starting point for the set of transactions
limitintegerOptional>=1<=500
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