Time-series data for any vault over configurable date ranges and granularity. Use these endpoints to build performance charts, run backtests, or track share price over time.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/historical/{network}/{vaultAddress} | Combined APY, TVL, and share price over a range |
GET | /v2/historical/{network}/{vaultAddress}/apy | APY time-series for a vault |
GET | /v2/historical/{network}/{vaultAddress}/tvl | TVL time-series for a vault |
GET | /v2/historical/{network}/{vaultAddress}/sharePrice | Share price time-series for a vault |
GET | /v2/historical/asset-prices/{network}/{assetAddress} | Historical prices for an underlying asset |

