Skip to main content
Use this endpoint to get the current per-unit value of a lending vault’s share token, keyed by vault ID. This is the stable, small document that a share token’s own metadata points at. Both the naive NAV (what AssetsTotal / sharesOutstanding would report) and the correct NAV (net of declared loss) are returned together, so you can see exactly what the obvious computation would have told you and how far it diverges from recoverable value.

Parameters

string
required
64-character hex object ID of the Vault ledger entry. Case insensitive.
This route sends Cache-Control: public, max-age=4 and Access-Control-Allow-Origin: *. It is designed to be called by parties with no prior relationship to Orma — any holder of vault shares can use it directly.

Request

Response

Response Fields

string
Document schema identifier. Currently "orma.nav/1". Fields may be added in future minor versions; nothing will be renamed, retyped, or removed.
string
ISO 8601 ledger close time for this valuation. Same as serverTime.
object
Identifies the instrument being valued.
object
The two NAV readings and the gap between them.
object
Same values as unitValue, presented with explicit currency and scale metadata for machine consumption.
object
Credit grade for this facility.
object
The three ledger fields used to compute held, so you can recompute it without trusting Orma, plus network context fields.
Both readings are returned on purpose. Handing over only the honest number asks you to take Orma’s word for it. Handing over both — with the gap named in basis points and all three source fields in provenance — lets you verify the computation yourself from publicly readable ledger state.