Skip to main content
GET
Read a client's balances

Authorizations

Authorization
string
header
required

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

Headers

X-Hevn-Account
string
required

The selected client account, as a cl_… id.

Example:

"cl_9f2c1ab84d7e4f1fa3c65b0e7d9a2c41"

x-api-key
string | null

Response

Successful Response

clientId
string
required

Account associated with this balance.

Pattern: ^(?:cl_)?[A-Za-z0-9._:\-]{1,216}$
Example:

"cl_9f2c1ab84d7e4f1fa3c65b0e7d9a2c41"

totalUsd
string
required

Indicative total balance converted to USD.

Example:

"500.00"

baseSmartWallet
string | null

Base smart-wallet address controlled by the account.

accounts
AccountBalanceView · object[]

One entry per account the client holds a balance on.