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.Documentation Index
Fetch the complete documentation index at: https://docs.vaults.fyi/llms.txt
Use this file to discover all available pages before exploring further.
| Method | Endpoint | Description |
|---|---|---|
GET | /v2/nrt/vault/{network}/{vaultId} | All NRT metrics for a vault |
GET | /v2/nrt/vault/{network}/{vaultId}/sharePrice | Current share price |
GET | /v2/nrt/vault/{network}/{vaultId}/totalSupply | Current total supply |
GET | /v2/nrt/vault/{network}/{vaultId}/totalAssets | Current total assets |
GET | /v2/nrt/vault/{network}/{vaultId}/underlyingAssetPrice | Current underlying asset price |

