Ledger
Get all accounts for current user (admin view)
Retrieve a comprehensive list of all ledger accounts for the authenticated user. This admin-level view includes detailed account information for all currencies. Optionally include inactive accounts.
GET
Get all accounts for current user (admin view)
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
Include inactive/closed accounts in results
Example:
false
Response
List of all user accounts retrieved successfully
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"
Get all accounts for current user (admin view)