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
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
Get closing balances across all currencies for a past dateReturns the end-of-day closing balance for each of your accounts as of the given UTC calendar date. The date must be in the past (yesterday or earlier) — today and future dates are rejected because today is not yet closed. Backed by daily balance snapshots with transaction-replay fallback for dates without a snapshot.
Next
Get current user balance for a specific currency