GuidesAPI Reference
Guides
API Reference

List transactions

Retrieves a paginated list of transactions associated with your integrator account. Use query parameters to filter by beneficiary, currency, status, date range, and amount range. Results are returned in a paginated format with sorting support. This endpoint is useful for building transaction history views, reconciliation workflows, and monitoring transaction statuses.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Filter transactions by beneficiary ID.

fromCurrency
array of strings

Filter by source currency codes. Pass multiple values as repeated query parameters (e.g., fromCurrency=USDC&fromCurrency=USD).

fromCurrency
toCurrency
array of strings

Filter by destination currency codes. Pass multiple values as repeated query parameters (e.g., toCurrency=USD&toCurrency=BRL).

toCurrency
string
enum

Filter by transaction status.

string

Filter by a specific transaction ID.

string

Start date for the date range filter (e.g., 2025-01-01).

string

End date for the date range filter (e.g., 2025-12-31).

number

Minimum transaction amount to filter by.

number

Maximum transaction amount to filter by.

integer
Defaults to 0

Page number to retrieve (zero-based, default 0).

integer
Defaults to 20

Number of items per page (default 20).

string

Sort criteria in the format property,direction (e.g., createdDate,desc).

Response

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