Export Transactions
Wallet
Export Transactions
Exports wallet transactions as a downloadable file with optional filtering.
GET
Export Transactions
Export wallet transactions as a downloadable file. Supports the same filters as the transaction list endpoint but without pagination.
Example Request
Query Parameters
| Parameter | Type | Description |
|---|---|---|
currency | string | Filter by 3-letter currency code |
transactionType | string | Filter by type: deposit, withdrawal, swap |
status | string | Filter by status: pending, completed, failed, rejected, sent |
startDate | string | Start date filter (YYYY-MM-DD) |
endDate | string | End date filter (YYYY-MM-DD) |
Example Response
The
url is a signed download link that expires after 1 hour. Download the file promptly after receiving the response.Authorizations
Your Rolla API key
Query Parameters
Filter by 3-letter currency code
Required string length:
3Filter by transaction type
Available options:
deposit, withdrawal, swap Filter by status
Available options:
pending, completed, failed, rejected, sent Start date filter (YYYY-MM-DD)
End date filter (YYYY-MM-DD)