Skip to main content
GET
Get balance history

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Query Parameters

from
string<date>
required

Start date (YYYY-MM-DD, UTC, inclusive).

to
string<date>
required

End date (YYYY-MM-DD, UTC, inclusive). Max range 366 days.

Response

Daily balance series per asset plus USD aggregate.

account_id
string
from
string
to
string
granularity
string
Example:

"day"

timezone
string
Example:

"UTC"

assets
object

One daily closing-balance series per asset. Includes the operational balances (USDT, USDC, BTC, GOLD) and the banking account mirrors (BANK_USD, BANK_EUR) in their own currency; the banking series are excluded from total_usd.

total_usd
object

Aggregated USD value of all balances per day.

period
object

Total inflows/outflows of the period in USD.

current
object

Current snapshot (available + held, valued at spot).

Last modified on July 18, 2026