Get all transactions

Retrieves all transactions with optional filters. Returns paginated results with date range filtering, sorting, and search.

Query Params
integer
≥ 1
Defaults to 1

Page number (1-based)

integer
1 to 10000
Defaults to 100

Number of items per page

date-time | null

Filter transactions from this date

date-time | null

Filter transactions until this date

string
enum

Filter by transaction direction (credit or debit)

Allowed:
string
enum

Field to sort by

Allowed:
string
enum
Defaults to desc

Sort order (asc or desc)

Allowed:
string | null

Search term to filter transactions by account name, merchant name, or amount

account_ids
array of strings | null

Filter by account IDs

Account Ids
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json