Get vault balance
Returns the total balance for a vault valued in the requested quote currency. The response includes the 24-hour balance change and any assets for which a quote rate was unavailable.
Rate limit: 200 requests per 30 seconds per IP.
Authorizations
Path Parameters
Vault identifier, a V-prefixed 14-char base32 string with a final check character.
"VABCDEF234567A"
Query Parameters
Currency code used to value the vault balance. Defaults to USD when omitted; only USD is currently accepted.
"USD"
Response
OK. Returns the vault balance valued in the requested quote currency.
Total vault balance valued in the quote currency, decimal as string.
"12345.6789"
24h percentage change of the vault's quote-valued spot balance versus the prior day, as a percentage string (not a quote-currency amount).
"1.50"
Assets held in the vault for which a quote rate was unavailable when computing the total.
Quote asset code the balance fields are valued in (e.g. USD). Defaults to USD when the quote_asset parameter is omitted. Currency-only by contract.
"USD"