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/jsonOptional for GET requests, but recommended.
Query Parameters
page
IntegerPage number for pagination (default: 1).
limit
IntegerNumber of transactions per page (default: 10, max: 100).
type
StringFilter by transaction type: payment, transfer, swap, payout, conversion.
status
StringFilter by status: success, pending, failed, reversed.
channel
StringFilter by channel: fiat, stablecoin, cbdc.
customer_id
StringFilter transactions for a specific customer (UUID).
from_date
StringStart date (ISO 8601, e.g., 2024-01-01T00:00:00Z).
to_date
StringEnd date (ISO 8601).
// Click 'Try now' to see the response