Staking Yield Data & Risk Ratings in One API

Access comprehensive staking data, validator risk ratings, and DeFi yield analytics through a single, powerful API.

120+
Assets Tracked
90+
Verified Providers
5+
DeFi Protocols
Real-time
Data Updates

Trusted by Leading Allocators, Providers & Platforms

KrakenCoinbase21SharesExodusP2PBitGoNansenChorus OneBinanceKiln

Comprehensive Yield Data Suite

Three integrated data products providing complete coverage of on-chain yield opportunities and risk assessment.

Staking Data

Real-time yield data for 120+ proof-of-stake assets including APY, total staked, reward rates, and historical performance.

  • Asset-level yield metrics
  • Historical APY data
  • Network statistics
Ratings Infra

Validator & Staking Provider risk assessments including operational resilience, governance safeguards, and security controls.

  • AAA-D risk grades
  • Key risk drivers
  • 90+ rated providers
Ratings DeFi

DeFi yield strategy risk evaluation covering smart contract design, oracle dependencies, liquidity dynamics, and financial backstops.

  • AAA-D risk grades
  • Key risk drivers
  • 5+ rated protocols

Simple, Powerful Queries

A single GraphQL endpoint for all staking data. Query exactly what you need.

Filter Ethereum staking options by rating grade (A+) and sort by score to find top-rated verified providers

QueryGraphQL
query {
  rewardOptions(
    where: {
      inputAsset: { slugs: ["ethereum-2-0"] }
      rating: { gte: "A" }
      isVerified: true
    }
    order: { metricKey_desc: "rating_score" }
    limit: 3
  ) {
    providers(limit: 1) {
      name
      isVerified
    }
    rating {
      score
      ratedAt
    }
    metrics(
      where: { metricKeys: ["reward_rate"] }
      limit: 1
    ) {
      defaultValue
    }
  }
}
ResponseJSON
{
  "data": {
    "rewardOptions": [
      {
        "providers": [
          {
            "name": "Lido",
            "isVerified": true
          }
        ],
        "rating": {
          "score": "AAA",
          "ratedAt": "2026-01-20"
        },
        "metrics": [
          { "defaultValue": 3.12 }
        ]
      },
      {
        "providers": [
          {
            "name": "Coinbase",
            "isVerified": true
          }
        ],
        "rating": {
          "score": "AA",
          "ratedAt": "2026-01-15"
        },
        "metrics": [
          { "defaultValue": 3.08 }
        ]
      }
    ]
  }
}

Built for Your Use Case

From wallets to research platforms, our API powers diverse applications

Staking Providers

Get independent ratings on operational resilience, governance, and security. Stand out from other validators.

Learn more

Yield Aggregators

Our API provides continuous yield data on assets, services, and strategies to power your platform.

Learn more

Capital Allocators

Access standardized ratings and integrate to allocate capital with clarity, consistency, and defensible decisions.

Learn more

Wallets & Platforms

Embed real-time staking data (APY, rewards, limits) and add risk context to guide users to safer yield.

Learn more

Data Plans Tailored to Your Workflow

All plans are billed annually. Scale as you grow.

Standard

166/mo

Perfect for startups and small projects

  • 1.5M request credits/month
  • All staking yield data
  • Basic risk ratings
  • Email support
Get Started
Popular

Advanced

333/mo

For growing platforms and funds

  • 10M request credits/month
  • Full yield data suite
  • Complete risk ratings
  • Priority support
Get Started

Professional

666/mo

For high-volume applications

  • 50M request credits/month
  • Full yield data suite
  • Complete risk ratings
  • Dedicated support
Get Started

Enterprise

Contact Us

For institutions with custom needs

  • Unlimited request credits
  • Full data suite
  • Dedicated account manager
Contact Sales

Frequently Asked Questions

Everything you need to know about our API pricing and plans

You can access staking and yield data across assets and providers, e.g.: yield metrics, provider + validator metrics, and risk ratings for Staking Providers and DeFi protocols.

The API is designed for up-to-date ("near real-time") snapshots of staking metrics. Historical data availability depends on the metric — most support time-based history.

Credits are usage-based and generally track data points returned. In practice: the more assets/metrics/time ranges you query (and the more rows returned), the more credits consumed. Tight limits and filtering (by slugs, metricKeys, etc.) reduce credit usage.

Updates depend on the underlying data source and metric, but you should expect frequent refresh cycles (typically multiple times per day, and more often for high-demand/fast-moving metrics). All metrics include a timestamp so you can display "last updated" transparently.

Still have questions?

Contact Support