ETH Staking Tracker (Lido + RocketPool + Beacon Chain) avatar

ETH Staking Tracker (Lido + RocketPool + Beacon Chain)

Pricing

Pay per usage

Go to Apify Store
ETH Staking Tracker (Lido + RocketPool + Beacon Chain)

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

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

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:

  1. Current APR — is Lido still paying more than RocketPool?
  2. Network health — is the chain finalizing? Any congestion?
  3. 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)

FieldExampleNotes
lido_apr_pct2.569current stETH APR
rocketpool_apr_pct2.064current rETH APR
apr_spread_lido_minus_rp+0.505which LST pays more
rocketpool_validators973,652total RP validators
current_epoch463,712beacon chain epoch
finalized_epoch463,710should be ~2 behind
finality_lag_epochs2network health
pending_exits_pool0unprocessed voluntary exits
eth_price_usd2,387spot 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 price
  • source: beacon — epoch / slot / finality state / voluntary exit pool

Use cases

  1. LST selection — Daily check: which LST pays more right now?
  2. Network monitoring — Alert if finality lag > 4 epochs (chain trouble)
  3. APR forecasting — 7-day SMA + min/max from Lido lets you smooth noise
  4. Exit timing — Watch the voluntary exit pool before you queue your own exit
  5. 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.

ScheduleDaily 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

  1. Lido stETH APR API — free, public, real-time
  2. RocketPool Stats API — free, public
  3. 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.



🎬 Live Sample Run

A real run of this actor with default-ish inputs, executed on 2026-06-10:

FieldValue
Items in dataset4
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 detailshttps://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