Get benchmark rates

This endpoint returns our TVL-weighted DeFi benchmark yields for stablecoins and for ETH.Learn more about how we calculate these here:


get

Get vaults.fyi benchmark rates

Authorizations
Responses
200
Default Response
application/json
get
GET //v1/benchmarks HTTP/1.1
Host: api.vaults.fyi
x-api-key: YOUR_API_KEY
Accept: */*
200

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"
      }
    ]
  }
}

Last updated