List all transactions

View as Markdown

Every transaction of the acting company, across every product — not just swap. Narrow to a single route with paymentRouteId.

Each item is a discriminated union: switch on type, then read data.

Authentication

X-API-Keystring
Your partner API key.

Headers

X-Company-IdstringRequired

The company you are acting for (a company ULID).

Query parameters

paymentRouteIdstringOptional
Narrow to one payment route of the acting company.
pageintegerOptional>=1
limitintegerOptional5-50
typeenumOptional
Filter by direction.
Allowed values:
orderByenumOptional
Allowed values:
orderDirectionenumOptional
Allowed values:

Response

OK
transactionslist of objectsOptional
paginationobjectOptional

Errors

422
Unprocessable Entity Error