Get a single vault by subaccount
Returns the full vault record — on-chain state plus curator metadata — for one vault subaccount id. Unauthenticated and read-only.
Body
x >= 0Response
Success
The vault's curator — the owner wallet of the vault subaccount.
42^0x[0-9a-fA-F]{40}$Shares held by the curator (the vault subaccount's owner) — their skin-in-the-game. Same units as protocol.total_shares.
USD spot price of the HWM benchmark asset (1.0 for feed-less USD vaults). null when a configured benchmark has no resolvable price.
Optional non-negative decimal string of the human value (e.g. "1.5"), up to 12 fractional digits, or null; a string or JSON number is accepted
Live NAV expressed in the HWM benchmark asset's units. null when the vault couldn't be priced or its configured benchmark has no spot price.
Live mark-to-market NAV (USD) — signed, so an insolvent vault surfaces as a negative value. null only when the vault couldn't be priced (e.g. missing data). Divide by protocol.total_shares for the pre-fee share price.
Live share price (USD/share) as if curator fees were settled now — the price a depositor/withdrawer faces. null when unpriceable or the vault is insolvent (a fee settlement on negative NAV is meaningless).
Related topics
Migration skill for your coding agentGet a vault's economic action historyGet a wallet's vault share balances