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 to select the valuation currency (defaults to USD). Set full_precision=true to return numeric strings at full upstream precision instead of rounding to each asset’s funding_decimals.
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.
"USD"
When "true", numeric balance strings keep full upstream precision instead of being rounded to the asset's funding_decimals.
true, false "true"
Response
OK. Returns per-asset balances for the vault. The response is a JSON array of balance rows.
Asset code (e.g. BTC, USD, AAPLX).
"BTC"
Asset class wire label for the row asset (e.g. currency, tokenised_asset).
"currency"
Short display name of the asset.
"Bitcoin"
Full display name of the asset.
"Bitcoin"
Trading or display symbol for the asset.
"BTC"
Maximum decimal precision for the asset.
8
Decimal places used when displaying the asset in the UI.
8
Decimal places used for exchange rates involving the asset.
8
Decimal places used for funding amounts; balances are rounded to this unless full_precision=true.
8
Minimum tradable or transferable lot size as a fixed-precision decimal string.
"0.00010000"
Whether the asset is a reserve asset.
false
Whether the asset is crypto/virtual (true) or fiat (false).
true
Asset-specific display metadata.
Total balance for this asset in the vault, as a fixed-precision decimal string.
"1.50000000"
Spot balance component for this asset, as a fixed-precision decimal string.
"1.50000000"
Balance on hold (e.g. pending withdrawals), as a fixed-precision decimal string.
"0.00000000"
Available balance for this asset, as a fixed-precision decimal string.
"1.50000000"
Quote asset code used to value the quote fields (e.g. USD). Defaults to USD when the quote parameter is omitted.
"USD"
Quote asset class wire label. Currently always currency.
"currency"
Unix timestamp (seconds) when the asset launched, when applicable.
"1700000000"
Day-over-day balance delta for this asset; null when no prior reference exists.
"0.10000000"
Pledged balance component, when applicable; otherwise null.
"0.00000000"
Total balance valued in the quote currency; null when no quote rate is available.
"97500.00"
Spot balance valued in the quote currency; null when no quote rate is available.
"97500.00"
Available balance valued in the quote currency; null when no quote rate is available.
"97500.00"
Price of one unit of the asset in the quote currency; null when no quote rate is available.
"65000.00"