Skip to main content
Near real-time vault metrics sourced directly from onchain state — updated far more frequently than the standard indexed data. Use these endpoints when your product needs the most current share price or TVL figures, such as deposit previews, live dashboards, or liquidation monitoring.
CapabilityHow to callRequired inputs
Fetch all current vault metrics in one responseGET /v2/nrt/vault/{network}/{vaultId}Path: network, vaultId
Fetch the current share priceGET /v2/nrt/vault/{network}/{vaultId}/sharePricePath: network, vaultId
Fetch the current total supplyGET /v2/nrt/vault/{network}/{vaultId}/totalSupplyPath: network, vaultId
Fetch the current total assetsGET /v2/nrt/vault/{network}/{vaultId}/totalAssetsPath: network, vaultId
Fetch the current underlying asset priceGET /v2/nrt/vault/{network}/{vaultId}/underlyingAssetPricePath: network, vaultId