All Transactions

This endpoint retrieves a list of all transactions across all customers and channels. It includes payments, transfers, swaps, payouts, and other financial activities.

Results are paginated and can be filtered by various criteria such as date range, transaction type, status, and channel.

Headers

Authorization

*
StringBearer {{access_token}}

Bearer token obtained from the Authenticate endpoint.

Content-Type

Stringapplication/json

Optional for GET requests, but recommended.

Query Parameters

page

Integer

Page number for pagination (default: 1).

limit

Integer

Number of transactions per page (default: 10, max: 100).

type

String

Filter by transaction type: payment, transfer, swap, payout, conversion.

status

String

Filter by status: success, pending, failed, reversed.

channel

String

Filter by channel: fiat, stablecoin, cbdc.

customer_id

String

Filter transactions for a specific customer (UUID).

from_date

String

Start date (ISO 8601, e.g., 2024-01-01T00:00:00Z).

to_date

String

End date (ISO 8601).

GET
/ transactions
Endpoint URL(TEXT)
Request Body
Response(JSON)
// Click 'Try now' to see the response