Skip to main content
GET
/
v2
/
account
/
balances
Get wallet balances
curl --request GET \
  --url https://api.example.com/v2/account/balances \
  --header 'Authorization: Bearer <token>'
{
  "balances": {}
}

Get wallet balances

GET request to /v2/account/balances

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

subAccountId
string<uuid>

Operate against a sub-account of the authenticated main account.

Response

OK

mirrors the upstream contract — {balances: {[currency]: string}}

balances
object