List Transactions
Transactions
List Transactions
Retrieve a list of all transactions for the application.
GET
List Transactions
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
Filter by transaction status (e.g.,
all, pending, completed, failed).Filter by transaction type (e.g.,
all, deposit, withdrawal, transfer).Filter by start date in ISO format (e.g.,
2025-01-01).Filter by end date in ISO format (e.g.,
2025-01-31).Search by transaction ID or reference ID.
Maximum number of transactions to return (max 1000).
Number of transactions to skip for pagination.
Response
The response is an array of transaction objects.The unique identifier for the transaction.
The type of transaction.
The transaction amount.
The currency code.
The final or current status.