Skip to main content
GET
Get all transactions

Authorizations

Authorization
string
header
required

API key for /api/v1/* endpoints

Query Parameters

tx_type
string

Transaction type filter

Example:

"deposit"

reference_type
string

Reference type filter

Example:

"payment_session"

from_date
string

From date (ISO format)

Example:

"2023-01-01"

to_date
string

To date (ISO format)

Example:

"2023-12-31"

page
number

Page number

Example:

1

limit
number

Number of items per page

Example:

10

Response

Transactions retrieved successfully.