Staking Yield Data & Risk Ratings in One API
Access comprehensive staking data, validator risk ratings, and DeFi yield analytics through a single, powerful API.
Trusted by Leading Allocators, Providers & Platforms




Comprehensive Yield Data Suite
Three integrated data products providing complete coverage of on-chain yield opportunities and risk assessment.
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
Validator & Staking Provider risk assessments including operational resilience, governance safeguards, and security controls.
- AAA-D risk grades
- Key risk drivers
- 90+ rated providers
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
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
}
}
}{
"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
Perfect for startups and small projects
- 1.5M request credits/month
- All staking yield data
- Basic risk ratings
- Email support
Advanced
For growing platforms and funds
- 10M request credits/month
- Full yield data suite
- Complete risk ratings
- Priority support
Professional
For high-volume applications
- 50M request credits/month
- Full yield data suite
- Complete risk ratings
- Dedicated support
Enterprise
For institutions with custom needs
- Unlimited request credits
- Full data suite
- Dedicated account manager
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