Skip to content
YieldScope
Get rate alerts
Developer API

YieldScope Public API

One free, open JSON endpoint with our base APY rates and A–F safety grades across every tracked exchange. No key, no sign-up, CORS-open. Refreshed daily. Build on it — just attribute the data.

What's inside

Per platform: name, slug, safety grade (A–F), criteria passed, jurisdiction, homepage, last_updated, and a rates[] list (asset, apy, type, lock_days). Plus a borrow map (cheapest CeFi/DeFi rate per asset).

Example

{
  "source": "https://yieldscope.io",
  "generated_at": "2026-06-27T07:00:00.000Z",
  "count": { "platforms": 28, "rates": 816 },
  "platforms": [
    {
      "slug": "binance-earn",
      "name": "Binance Earn",
      "grade": "B",
      "criteria_passed": 4,
      "jurisdiction": "—",
      "url": "https://www.binance.com",
      "last_updated": "2026-06-27",
      "rates": [
        { "asset": "USDT", "apy": 3.59, "type": "flexible", "lock_days": 0 }
      ]
    }
  ],
  "borrow": { "USDC": { "cefiApr": 3.59, "cefiPlatform": "Gate.io" } }
}

Terms

Free to use, including commercially. Attribute the data to YieldScope with a link (e.g. “Data by YieldScope”). Base/flexible rates only — never promo tiers. Not financial advice. We may rate-limit abusive traffic.

Prefer a drop-in visual? Use the embeddable widget →