PRO Insights Endpoints
vaults.fyi Insights API paid plans provide additional endpoints, higher rate limits, and enhanced support for power users and commercial-grade users.
Accessing PRO Insights
To subscribe or upgrade to a paid API Plan, please contact us here.
Endpoints
PRO Insights endpoints are powerful endpoints that deliver vast historical datasets in a single call. These endpoints eliminate the need for multiple queries across individual timestamps.
The following endpoints are available through the vaults.api PRO subscription:
Vault Range Historical APY (
GET /v1/vaults/{network}/{vaultAddress}/historical-apy
): Provides a range of historical APY data points for a vault, between specified start and end timestamps, with configurable granularity.Vault Range Historical DATA (
GET /v1/vaults/{network}/{vaultAddress}/historical-data
): Provides detailed TVL and APY data for a vault, between specified start and end timestamps, with configurable granularity.
Last updated