Ledger
Get transaction history for current user
Retrieve paginated transaction history for the authenticated user. Optionally filter by currency. Returns transactions in reverse chronological order (most recent first). Use limit and offset parameters for pagination.
GET
Get transaction history for current user
Documentation Index
Fetch the complete documentation index at: https://docs.zuba.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Get transaction history for current user