Skip to main content
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

Example Response

Use startDate and endDate to export transactions for a specific period, such as a monthly reconciliation report.
The url is a signed download link that expires after 1 hour. Download the file promptly after receiving the response.
If no transactions match the selected filters, the endpoint returns a 404 error instead of an empty file.

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Query Parameters

currency
string

Filter by 3-letter currency code

Required string length: 3
transactionType
enum<string>

Filter by transaction type

Available options:
deposit,
withdrawal,
swap
status
enum<string>

Filter by status

Available options:
pending,
completed,
failed,
rejected,
sent
startDate
string<date>

Start date filter (YYYY-MM-DD)

endDate
string<date>

End date filter (YYYY-MM-DD)

Response

Transactions exported successfully

success
boolean
Example:

true

message
string
Example:

"Transactions exported successfully"

data
object