VOOZH about

URL: https://apify.com/gochujang/eth-validator-tracker

โ‡ฑ ETH Staking Tracker (Lido + RocketPool + Beacon Chain) ยท Apify


๐Ÿ‘ ETH Staking Tracker (Lido + RocketPool + Beacon Chain) avatar

ETH Staking Tracker (Lido + RocketPool + Beacon Chain)

Pricing

$2.00 / 1,000 snapshot captureds

Go to Apify Store

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

$2.00 / 1,000 snapshot captureds

Rating

0.0

(0)

Developer

๐Ÿ‘ Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 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.

Related actors (same author)



๐ŸŽฌ 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

You might also like

Orca Whirlpool Solana DEX Scraper

crawlerbros/orca-scraper

Scrape live Solana DEX concentrated liquidity pool data from Orca Whirlpools - TVL, volume, fee APR, reward APR, total APR, price, and token details for 15,000+ pools. No API key required.

Beacons Email Scraper Fast Advanced And Cheapest

contacts-api/beacons-email-scraper-fast-advanced-and-cheapest

๐Ÿ“ก Beacon Email Scraper allows you to collect creator and business emails from Beacon pages ๐Ÿ”Ž Centralize link-in-bio outreach ๐Ÿ“ง

Zillow Mortgage Rates Scraper

crawlerbros/zillow-mortgage-rates-scraper

Scrape Zillow's daily mortgage rate data by loan type. Returns current rate, APR, 30-day trend, and rate samples with points and fees. Optional lender-level quotes per state.

Snapshot DAO Proposals Scraper

parseforge/snapshot-dao-proposals-scraper

Track governance activity from any Snapshot space such as ens.eth, aave.eth, or uniswapgovernance.eth. Returns proposal id, title, body, choices, scores, start and end timestamps, author, and state. Filter by active, closed, or pending. Useful for DAO research and voter analytics.