savings
Savings ratio and APY (time series)
Returns savings_snapshots for the rolling window ending at request time. Each point: savingsRatio = total_assets / total_supply, apy7d / apy30d as stored on insert. Sampling and cache TTL match GET /tvl (window: 1d all rows; 7d last per UTC hour; 1m / 3m / 1y last per UTC day; all last per UTC month; cache 1d 5 min, else 1 h).
get/savings/series
Query parameters
window'1d' | '7d' | '1m' | '3m' | '1y' | 'all' required
Example:7d
Response
Example response
{
"points": [
{
"t": "2026-04-22T12:00:00.000Z",
"ratio": "1.023456789012345678"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.