Skip to main content
GET
This endpoint returns a list of all transactions associated with your application. You can filter the results by status, type, date, or search for specific transaction identifiers.

Query Parameters

string
Filter by transaction status (e.g., all, pending, completed, failed).
string
Filter by transaction type (e.g., all, deposit, withdrawal, transfer).
string
Filter by start date in ISO format (e.g., 2025-01-01).
string
Filter by end date in ISO format (e.g., 2025-01-31).
Search by transaction ID or reference ID.
number
default:"100"
Maximum number of transactions to return (max 1000).
number
default:"0"
Number of transactions to skip for pagination.

Response

The response is an array of transaction objects.
string
The unique identifier for the transaction.
string
The type of transaction.
number
The transaction amount.
string
The currency code.
string
The final or current status.