Balances
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
Authorizations
Enter Auth0 JWT token
Headers
Optional. Names an owned sub-account (UUID) to act on. Omit to act at the master (tenant) level. Naming an account this key does not own returns 403 not_account_owner.
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"
Get current user balance for a specific currency