Skip to main content
Return ledger account balances for your authenticated account. Each object in the response represents one currency row with its current balance amount.

Endpoint

Authentication

This endpoint requires HMAC-SHA512 authentication. Include the following headers with every request:

Parameters

string
If set, returns only the balance for this currency code. Matching is case-insensitive (for example, usdc and USDC both match).

Response

Returns an array of balance objects.
string
required
Currency code for this balance row (for example, OOM, USDC, USDT, USD).
string
required
Current balance amount in this currency. Returned as a decimal string.
For full account profile fields (username, email, KYC status, and the aggregated wallet object), use GET /me/.

Example

cURL
Sample response
Filter by currency
Filtered response