> ## 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.

# Near Real-Time

> Sub-second vault metrics: share price, total assets, total supply, and underlying asset price.

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.

| Capability                                      | How to call                                                                                                             | Required inputs            |
| ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | -------------------------- |
| Fetch all current vault metrics in one response | [`GET /v2/nrt/vault/{network}/{vaultId}`](/api-reference/nrt/get-vault-nrt-data)                                        | Path: `network`, `vaultId` |
| Fetch the current share price                   | [`GET /v2/nrt/vault/{network}/{vaultId}/sharePrice`](/api-reference/nrt/get-vault-nrt-share-price)                      | Path: `network`, `vaultId` |
| Fetch the current total supply                  | [`GET /v2/nrt/vault/{network}/{vaultId}/totalSupply`](/api-reference/nrt/get-vault-nrt-total-supply)                    | Path: `network`, `vaultId` |
| Fetch the current total assets                  | [`GET /v2/nrt/vault/{network}/{vaultId}/totalAssets`](/api-reference/nrt/get-vault-nrt-total-assets)                    | Path: `network`, `vaultId` |
| Fetch the current underlying asset price        | [`GET /v2/nrt/vault/{network}/{vaultId}/underlyingAssetPrice`](/api-reference/nrt/get-vault-nrt-underlying-asset-price) | Path: `network`, `vaultId` |
