Ledger
Get current user balance for a specific currency
Retrieve balance details for a specific currency account. Currency code is case-insensitive (e.g., USD, usd, Usd all work).
GET
Get current user balance for a specific currency
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
Path Parameters
Currency code (ISO 4217, case-insensitive)
Example:
"USD"
Response
Balance retrieved successfully for the specified currency
Available balance
Example:
"1500.50"
Currency code
Example:
"EUR"
Pending incoming amount
Example:
"100.00"
Pending outgoing amount
Example:
"50.00"
Total balance (available + pending)
Example:
"1550.50"
Account status
Example:
true
Last transaction date
Example:
"2025-10-29T12:00:00Z"
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 current user balance for a specific currency