Last updated 7 hours ago
This endpoint returns our TVL-weighted DeFi benchmark yields for stablecoins and for ETH.Learn more about how we calculate these here:
vaults.fyi USD benchmark rate
vaults.fyi ETH benchmark rate
Get vaults.fyi benchmark rates
GET //v1/benchmarks HTTP/1.1 Host: api.vaults.fyi x-api-key: YOUR_API_KEY Accept: */*
Default Response
{ "usd": { "name": "text", "apy": { "1day": 1, "7day": 1, "30day": 1 }, "vaults": [ { "name": "text", "network": "mainnet", "address": "text" } ] }, "eth": { "name": "text", "apy": { "1day": 1, "7day": 1, "30day": 1 }, "vaults": [ { "name": "text", "network": "mainnet", "address": "text" } ] } }