Skip to main content
GET
List vault asset balances

Authorizations

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

Path Parameters

vault_id
string
required

Vault identifier, a V-prefixed 14-char base32 string with a final check character.

Example:

"VABCDEF234567A"

Query Parameters

quote_asset
string

Currency code used to value quote fields on each row. Defaults to USD when omitted; only USD is currently accepted.

Response

OK. Returns per-asset balances for the vault as an envelope. The result field is the array of balance rows; quote_asset carries the quote currency once for the whole response.

result
object[]
required

Per-asset balance rows for the vault.

quote_asset
string
required

Quote asset code the quote fields are valued in (e.g. USD). Defaults to USD when the quote_asset parameter is omitted. Currency-only by contract.

Example:

"USD"