LST Health Tracker — stETH rETH cbETH wstETH Peg Live
Pricing
$2.00 / 1,000 lst trackeds
LST Health Tracker — stETH rETH cbETH wstETH Peg Live
Real-time peg health for stETH, rETH, cbETH, wstETH, weETH, frxETH, sfrxETH, ezETH. Rebasing vs reward-bearing logic handled correctly — no false depeg alerts. Spot depeg events, monitor LSD basket health. PPE $0.002/LST.
Liquid Staking Token Health Tracker — stETH, rETH, cbETH, weETH Depeg Monitor
Liquid staking token health monitor for 10 major ETH LSTs — stETH, rETH, cbETH, wstETH, weETH, ETHx, swETH, ezETH and more. Track LST depeg risk in real time, compare staking APY across issuers, and monitor the Lido withdrawal queue. The only actor that aggregates supply, APY, USD price, and stETH rETH analytics peg ratio in a single Apify run. No API key required.
Keywords: liquid staking token health · LST depeg tracker · stETH rETH analytics · staking APY comparison · Lido withdrawal queue · weETH ETHx depeg · liquid staking monitor · ETH restaking risk · LRT peg ratio
What does the Liquid Staking Token Health Tracker do?
The LST Health Tracker pulls live data for each tracked liquid staking token from three authoritative sources — DefiLlama (TVL and APY), Etherscan (on-chain supply), and CoinGecko (USD price) — and computes a unified health snapshot per token. For each LST you get current supply, staking APY broken down into base and reward components, TVL in USD, live USD price, and the critical peg ratio vs ETH — the percentage by which the token trades above or below its theoretical 1:1 ETH redemption value. An optional Lido withdrawal queue ETH balance row tracks unstake pressure as a macro risk indicator. Apify's scheduler lets you run this every 10–60 minutes without managing any infrastructure.
Why use the Liquid Staking Token Health Tracker?
- Depeg risk is the primary LST risk vector. In 2022, stETH traded at -8% during the Celsius/3AC unwind. Anyone monitoring the first 1% deviation signal had hours to exit before the cascade. This actor tracks that number continuously across all major LSTs.
- LRT depegs cascade faster than LST depegs. Liquid restaking tokens like weETH and ezETH carry both staking risk and EigenLayer slashing risk. Their peg margins are thinner — this actor monitors them alongside traditional LSTs.
- APY divergence is capital allocation signal. When rETH yields 1% more than stETH for sustained periods, rational capital flows to rETH. This actor quantifies that divergence across all issuers so you can act programmatically.
- Lido withdrawal queue as a macro stress indicator. A growing Lido queue correlates with ETH risk-off events — holders rushing to unstake during drawdowns. Tracking this number daily provides an early warning of broader DeFi deleveraging.
- Portfolio risk management. If a single LST issuer holds 60%+ of staked ETH, that is systemic risk. Tracking market share trends across issuers lets you quantify concentration risk.
How to use the Liquid Staking Token Health Tracker
- Open the actor on Apify Store and click Try for free.
- For depeg monitoring, set
alertPegDeviationPct: 0.5and add your Telegram bot token — you will receive an alert the moment any LST trades 0.5%+ below ETH. - Click Start — the actor fetches all data sources and returns results in under 60 seconds.
- Access results via the Dataset tab as JSON or CSV, or connect your analytics pipeline via the Apify API.
- Schedule runs every 10–30 minutes for continuous LST depeg tracking using Apify's built-in cron scheduler.
Input
| Field | Type | Default | Description |
|---|---|---|---|
issuers | array | all | Subset of issuers to track: Lido, Rocket Pool, Coinbase, Frax, Stader, ether.fi, Swell, Renzo |
includeWithdrawQueue | boolean | true | Add a Lido withdrawal queue ETH balance row to the output |
alertPegDeviationPct | number | 0 | Send Telegram alert when any LST's peg drops more than X% below ETH. 0 = disabled |
telegramBotToken | string | — | Telegram bot token for depeg alerts |
telegramChatId | string | — | Telegram chat ID to receive alerts |
Example — Lido and Rocket Pool with depeg alert:
{"issuers": ["Lido", "Rocket Pool"],"alertPegDeviationPct": 0.5,"telegramBotToken": "...","telegramChatId": "..."}
Example — Full LST and LRT sweep:
{"alertPegDeviationPct": 1.0}
Output
Each item represents one liquid staking token with health metrics from multiple data sources. A SUMMARY key-value record includes total TVL, any depegged tokens, and the Lido queue balance.
[{"symbol": "stETH","issuer": "Lido","category": "LST","contract": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84","supply_native": 8881877.31,"price_usd": 3920.45,"eth_price_usd": 3924.01,"peg_vs_eth_pct": -0.09,"tvl_usd": 15612345678,"apy_pct": 2.513,"apy_base_pct": 2.513,"apy_reward_pct": null,"defillama_pool_id": "ae6e2c61-..."},{"symbol": "rETH","issuer": "Rocket Pool","category": "LST","contract": "0xae78736cd615f374d3085123a210448e74fc6393","supply_native": 741882.5,"price_usd": 4289.12,"eth_price_usd": 3924.01,"peg_vs_eth_pct": 9.30,"tvl_usd": 3181456000,"apy_pct": 3.14,"apy_base_pct": 3.14,"apy_reward_pct": null,"defillama_pool_id": "d4b3c2a1-..."}]
Data fields
| Field | Type | Description |
|---|---|---|
symbol | string | Token ticker (e.g. stETH, rETH, weETH) |
issuer | string | Protocol issuing the LST |
category | string | LST (liquid staking token) or LRT (liquid restaking token) |
contract | string | Ethereum mainnet contract address |
supply_native | number | Current on-chain token supply from Etherscan |
price_usd | number | Live USD price from CoinGecko |
eth_price_usd | number | ETH spot price in USD at time of fetch |
peg_vs_eth_pct | number | Price premium/discount vs ETH spot — negative = depeg below ETH |
tvl_usd | number | Total value locked in USD from DefiLlama |
apy_pct | number | Current staking APY (base + reward combined) from DefiLlama |
apy_base_pct | number | Base staking yield component |
apy_reward_pct | number | Additional reward component (points, governance tokens; null if none) |
defillama_pool_id | string | DefiLlama pool identifier for direct API access |
Cost estimation
This actor uses Pay-Per-Event (PPE) pricing — you pay only for LST rows returned.
| Use case | Tokens returned | Estimated cost |
|---|---|---|
| Full sweep (~10 LSTs + queue row) | 11 | $0.022 |
| Lido + Rocket Pool only | 2 | $0.004 |
| All LRTs only (weETH, ezETH, etc.) | ~4 | $0.008 |
| 30-minute schedule, full sweep | 11 x 48/day | $1.06/day |
Rate: $0.002 per token returned (slightly higher than single-source actors due to three data sources per row). Comprehensive 24/7 monitoring costs under $35/month.
FAQ
Why does rETH show a positive peg vs ETH when most LSTs should be close to 1:1? rETH is a rebasing-free token — it accrues staking rewards via appreciation in exchange rate, not supply expansion. Its price in USD legitimately exceeds ETH spot because it represents more than 1 ETH of staked value. A positive peg for rETH is normal and expected. A sudden drop toward 1:1 would be the depeg signal to monitor.
Does this actor require an Etherscan or CoinGecko API key? The actor bundles an Etherscan API key for on-chain supply queries. CoinGecko and DefiLlama endpoints used are public. You do not need to provide any API key.
What is the Lido withdrawal queue and why does it matter?
When stETH holders request to unstake, their ETH goes into the WithdrawalQueueERC721 contract until Lido's validators can process the redemption. A growing queue balance signals elevated unstake pressure — historically correlated with macro risk-off events (ETH drawdowns, DeFi contagion fears). The actor includes this as an optional row with includeWithdrawQueue: true.
Disclaimer: This actor aggregates data from public sources (DefiLlama, Etherscan, CoinGecko). Peg ratios are computed against CoinGecko spot price — pool-level peg on specific DEX venues may differ. The Lido withdrawal queue balance is an approximate proxy. Nothing here constitutes financial advice. Liquid staking and restaking carry smart contract risk, slashing risk, and depeg risk. Use this data to inform your own research, not as a sole basis for trading decisions.
Limitations
- Ethereum mainnet only. Layer 2 LST deployments are not tracked.
- Peg is computed against CoinGecko ETH spot — not from a specific DEX pool. During illiquid conditions, pool-level peg may differ from the reported figure.
- Lido withdrawal queue balance includes already-finalized but unclaimed withdrawals — it is a directional indicator, not a precise queue-depth metric.
Related Actors
- EigenLayer Restaking Tracker — Monitor LRT TVL and restaking protocol flows across EigenLayer and competitors.
- DeFi Yield Scanner — Compare LST APY against the full DeFi yield landscape.
- DeFi Liquidation Tracker — LST depegs trigger liquidation cascades in lending protocols — monitor both.
- Stablecoin Depeg Monitor — The other major depeg-risk corner of DeFi alongside liquid staking.
Live Sample Run
A real run executed on 2026-06-10 with default inputs:
| Field | Value |
|---|---|
| Items in dataset | 11 |
| Dataset (JSON) | https://api.apify.com/v2/datasets/lVmg14rxEwXL8o4Xm/items?clean=1&format=json |
| Dataset (CSV) | https://api.apify.com/v2/datasets/lVmg14rxEwXL8o4Xm/items?clean=1&format=csv |
| Run summary (KVS) | https://api.apify.com/v2/key-value-stores/LsRudLNT7CGPtF2OG/records/SUMMARY |
| Run details | https://api.apify.com/v2/actor-runs/ZtRqvhbm0NTzlXIdN |