ETH Staking Tracker (Lido + RocketPool + Beacon Chain)
Pricing
Pay per usage
ETH Staking Tracker (Lido + RocketPool + Beacon Chain)
Live Ethereum staking metrics: Lido stETH APR (current + 7d SMA), RocketPool rETH APR + beacon-chain APR, validator count, ETH staked, plus current epoch / finality lag / pending exits from public Beacon API. Telegram alerts on APR drop or finality issues. No API key required.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hojun Lee
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Live Ethereum staking metrics in one row: Lido stETH APR, RocketPool rETH APR, beacon-chain APR, validator count, ETH staked, plus current epoch / finality lag / pending exits. No API key required.
Why this exists
If you stake ETH (directly or via LST), three numbers matter every day:
- Current APR — is Lido still paying more than RocketPool?
- Network health — is the chain finalizing? Any congestion?
- Queue status — how long if you exit / enter today?
Every paid analytics dashboard (Glassnode, Dune, Rated) charges $30-$500/mo for slices of this. This actor returns it for $0.002 per snapshot by combining 3 free public sources.
What you get
Summary row (one per run)
| Field | Example | Notes |
|---|---|---|
lido_apr_pct | 2.569 | current stETH APR |
rocketpool_apr_pct | 2.064 | current rETH APR |
apr_spread_lido_minus_rp | +0.505 | which LST pays more |
rocketpool_validators | 973,652 | total RP validators |
current_epoch | 463,712 | beacon chain epoch |
finalized_epoch | 463,710 | should be ~2 behind |
finality_lag_epochs | 2 | network health |
pending_exits_pool | 0 | unprocessed voluntary exits |
eth_price_usd | 2,387 | spot price |
Per-source detail rows
source: lido— stETH APR (current + 7d SMA + 7d min/max)source: rocketpool— rETH APR + beacon-chain APR + ETH staked + RPL pricesource: beacon— epoch / slot / finality state / voluntary exit pool
Use cases
- LST selection — Daily check: which LST pays more right now?
- Network monitoring — Alert if finality lag > 4 epochs (chain trouble)
- APR forecasting — 7-day SMA + min/max from Lido lets you smooth noise
- Exit timing — Watch the voluntary exit pool before you queue your own exit
- Research — Trustless, public data source for staking reports / dashboards
Quick start
Default — full snapshot
{}
Alert on APR drop below 2%
{"alertAprBelowPct": 2.0,"telegramBotToken": "YOUR_BOT_TOKEN","telegramChatId": "YOUR_CHAT_ID"}
Alert on finality lag (network health)
{"alertFinalityLag": 4,"telegramBotToken": "YOUR_BOT_TOKEN","telegramChatId": "YOUR_CHAT_ID"}
Pricing
Pay-Per-Event: $0.002 per row returned.
Each run produces 4 rows (summary + Lido + RocketPool + Beacon detail) = $0.008 per snapshot.
| Schedule | Daily cost |
|---|---|
| Once a day | $0.008 |
| Every hour | $0.19 |
| Every 15 min | $0.77 |
vs Rated.Network Pro at $99/mo, you break even at ~30,000 snapshots.
Data sources
- Lido stETH APR API — free, public, real-time
- RocketPool Stats API — free, public
- Ethereum Beacon API via publicnode.com — free, public, no key
Limitations & honest disclosure
- Activation/exit queue length and wait time require beaconcha.in (now gated). We expose pending voluntary exits from the beacon pool, which is a partial signal — not full queue depth.
- APR is point-in-time from each protocol's published value, not back-tested historic realized.
- For protocol-level back-testing and per-validator analytics, use rated.network's paid API.
Related actors (same author)
- LST Health Tracker — Peg status across all major LSTs
- EigenLayer Restaking Tracker
- DeFi Yield APY Scanner — Compare LST yields vs DeFi alternatives
- Multi-Chain Gas Tracker — Time your stake/unstake transactions
🎬 Live Sample Run
A real run of this actor with default-ish inputs, executed on 2026-06-10:
| Field | Value |
|---|---|
| Items in dataset | 4 |
| Dataset (JSON) | https://api.apify.com/v2/datasets/8bHR9g6W6rweGrGyI/items?clean=1&format=json |
| Dataset (CSV) | https://api.apify.com/v2/datasets/8bHR9g6W6rweGrGyI/items?clean=1&format=csv |
| Run summary (KVS) | https://api.apify.com/v2/key-value-stores/0v7BO94xtGBhTUcFh/records/SUMMARY |
| Run details | https://api.apify.com/v2/actor-runs/mchAnHhhEJh7N1MPk |
Try it now: pop any of the dataset URLs in your browser to see live output, or hit the API endpoints from your code.
Want to reproduce? Click Try Actor on the Apify Store page and use the input defaults shown above.
Feedback
A short review helps other ETH stakers find it: Leave a review on Apify Store