Idle Finance · Example Payload

Get Rates By Address

Example response from the Idle Finance /rates/{address} endpoint returning historical daily APY data for the DAI Best Yield vault.

DeFiYield OptimizationFinanceCryptoStakingGovernanceTVLAPY

Get Rates By Address is an example object payload from Idle Finance, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionrequestresponse

Example Payload

Raw ↑
{
  "summary": "GET /rates/{address} — example response",
  "description": "Example response from the Idle Finance /rates/{address} endpoint returning historical daily APY data for the DAI Best Yield vault.",
  "request": {
    "method": "GET",
    "url": "https://api.idle.finance/rates/0x6B175474E89094C44Da98b954EedeAC495271d0F?start=1672531200&end=1704067200&isRisk=false&frequency=86400&order=asc&limit=5",
    "headers": {
      "Authorization": "Bearer <token>"
    }
  },
  "response": {
    "status": 200,
    "body": [
      {
        "timestamp": 1672531200,
        "date": "2023-01-01",
        "apy": "3.85",
        "tvl": "5100000.00"
      },
      {
        "timestamp": 1672617600,
        "date": "2023-01-02",
        "apy": "3.90",
        "tvl": "5120000.00"
      },
      {
        "timestamp": 1672704000,
        "date": "2023-01-03",
        "apy": "3.88",
        "tvl": "5115000.00"
      },
      {
        "timestamp": 1672790400,
        "date": "2023-01-04",
        "apy": "4.01",
        "tvl": "5200000.00"
      },
      {
        "timestamp": 1672876800,
        "date": "2023-01-05",
        "apy": "4.10",
        "tvl": "5234567.89"
      }
    ]
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/get-rates-by-address"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.