List vault asset balances
Returns per-asset balances for a vault, including spot, hold, available, and pledged components for each asset. Each row includes asset metadata and optional quote-currency valuations. Use quote_asset to select the valuation currency (defaults to USD). Numeric strings are always returned at full upstream precision.
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 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.