| Capability | How to call | Required inputs |
|---|---|---|
| Fetch combined APY, TVL, and share-price history | GET /v2/historical/{network}/{vaultId} | Path: network, vaultId. Optional query: fromTimestamp, toTimestamp, granularity, apyInterval, page, perPage |
| Fetch APY history only | GET /v2/historical/{network}/{vaultId}/apy | Path: network, vaultId. Optional query: fromTimestamp, toTimestamp, granularity, apyInterval, page, perPage |
| Fetch TVL history only | GET /v2/historical/{network}/{vaultId}/tvl | Path: network, vaultId. Optional query: fromTimestamp, toTimestamp, granularity, page, perPage |
| Fetch share-price history only | GET /v2/historical/{network}/{vaultId}/sharePrice | Path: network, vaultId. Optional query: fromTimestamp, toTimestamp, granularity, apyInterval, page, perPage |
| Fetch historical underlying asset prices | GET /v2/historical/asset-prices/{network}/{assetAddress} | Path: network, assetAddress. Optional query: fromTimestamp, toTimestamp, granularity, page, perPage |
Sections
Historical
Time-series APY, TVL, share price, and asset price data for any vault.
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.

