Transactions
Get transaction history for current user
deprecated
Deprecated: use GET /v2/ledger/transactions for stable opaque cursor pagination.
GET
Get transaction history for current user
Authorizations
Enter Auth0 JWT token
Query Parameters
Filter transactions by currency code (ISO 4217, optional)
Example:
"EUR"
Maximum number of transactions to return (1-500)
Required range:
1 <= x <= 500Example:
100
Number of transactions to skip for pagination
Required range:
x >= 0Example:
0
Response
Transaction history retrieved successfully with pagination details
Previous
Generate account statement for a specific currencyGenerate a detailed account statement for a currency account between two dates. The statement includes opening balance, all transactions (debits and credits), and closing balance for the specified period. Useful for reconciliation and accounting purposes.
Next
Get transaction history for current user