Skip to main content
GET
Read a client's on-chain balance

Authorizations

Authorization
string
header
required

Platform access token from POST /auth/token, carrying the platform audience and the developer_key_id of the registration that minted it. It acts as your own account; name a client you created with X-Hevn-Account: cl_…. Every request re-checks that the registration is still active and that the caller's source IP is inside its allowlist. A token is valid only against the server that issued it, so sandbox tokens are refused in production and production tokens in the sandbox.

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.

tokens
TokenBalanceView · object[]

Balances grouped by supported digital asset.