Get Transactions
Transactions
Get Transactions
Retrieves a paginated list of transactions with optional filtering.
GET
Get Transactions
Retrieve a paginated list of your transactions with optional filtering by status and date range.
Example Request
Query Parameters
| Parameter | Type | Description |
|---|---|---|
page | integer | Page number (default: 1) |
pageSize | integer | Results per page (default: 20, max: 100) |
status | string | Filter by status: pending, completed, failed |
startDate | string | Start date filter (ISO 8601 format) |
endDate | string | End date filter (ISO 8601 format) |
Example Response
Authorizations
Your Rolla API key
Query Parameters
Page number (default: 1)
Number of results per page (default: 20)
Filter by transaction status
Available options:
pending, completed, failed Filter transactions from this date (ISO 8601 format)
Filter transactions until this date (ISO 8601 format)
Response
Transactions retrieved successfully
Example:
200
Example:
true
Example:
"Transactions retrieved successfully"
Total number of transactions
Example:
150
Current page number
Example:
1
Results per page
Example:
20
Total number of pages
Example:
8