Skip to main content
GET
List balances

Authorizations

api-key
string
header
required
api-sign
string
header
required
api-nonce
string
header
required

Path Parameters

org_iiban
string
required

Organization identifier, 16-char alphanumeric in 4x4 groups (IIBAN).

Example:

"ABCD EFGH IJKL MNOP"

Query Parameters

quote_asset
string

Currency code used to value the aggregated balance. Defaults to USD when omitted; only USD is currently accepted.

Example:

"USD"

Response

OK. Returns the aggregated balance for the organization.

quote_asset
string
required

Currency code in which the balance values are denominated.

Example:

"USD"

quote_value
string
required

Total balance — sum of spot, staked, and pledged balances, valued in the quote currency.

Example:

"12345.6789"

quote_spot_value
string
required

Total spot balance across all vaults, valued in the quote currency.

Example:

"10000.0000"

quote_staked_value
string
required

Total staked balance across all vaults, valued in the quote currency.

Example:

"1500.0000"

quote_pledged_value
string
required

Total pledged balance across all vaults, valued in the quote currency.

Example:

"845.6789"