Lido Staking Protocol Pulse
Pricing
from $1.00 / 1,000 dataset items
Lido Staking Protocol Pulse
Keyless Lido (LST protocol) health pulse: DefiLlama public data (TVL trend + 24h/7d/30d windows, chain split, token composition) plus keyless LST prices/pegs from CoinGecko (stETH/rETH vs ETH) and pool APY when mappable. Stateful KVS deltas; alerts on TVL drop or peg drift.
Pricing
from $1.00 / 1,000 dataset items
Rating
0.0
(0)
Developer
jedi solana
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Keyless Lido (LST protocol) health pulse: DefiLlama public data (TVL trend + 24h/7d/30d windows, chain split, token composition) plus keyless LST prices/pegs from CoinGecko (stETH/rETH vs ETH) and pool APY when mappable. Stateful KVS deltas; alerts on TVL drop or peg drift.
What you get
Every run writes a dataset with one row per record:
{"kind": "lido-pulse","ts": "2026-09-19T00:47:32Z","firstRun": true,"prevRunTs": null,"protocol": {"name": "Lido","category": "Liquid Staking","tvlUsd": 25542086320.0,"tvlDeltaUsd24h": 1740850016.0,"tvlDeltaPct24h": 7.31,"tvlDeltaUsd7d": 1153977731.0,"tvlDeltaPct7d": 4.73,"tvlDeltaUsd30d": 3868375904.0,"tvlDeltaPct30d": 17.85,"chains": {"Terra": 0,"Moonriver": 0,"Moonbeam": 0,"Ethereum": 25536252922.95977,"Solana": 5833397.23901},"topTokens": [{"name": null,"symbol": "WETH","amountUSD": 25535487268.01,"sharePct": 99.97},{"name": null,"symbol": "SOL","amountUSD": 5833397.24,"sharePct": 0.02},{"name": null,"symbol": "WMATIC","amountUSD": 765654.95,"sharePct": 0.0}]},"lsts": [{"id": "staked-ether","priceUsd": 2619.65,"ethPegRatio": 0.9998,"pegDriftPct": -0.02,"usd24hPct": 7.38,"apyBasePct": 2.25},{"id": "wrapped-steth","priceUsd": 3259.5,"eth
Input
{"limit": 25}
| Field | Type | Description |
|---|---|---|
limit | integer | Limit: the limit parameter. Default: 25. |
Use cases
- Monitor on a schedule — run this Actor on a timer and get a fresh, normalized snapshot every time; diff the datasets to see what changed.
- Feed a dashboard or model — clean, one-JSON-item-per-record output is ready to pipe into a spreadsheet, database, or LLM prompt without any post-processing.
- Research & due diligence — pull a structured set of records for a topic, name, or window without scraping the public source by hand.
Limits & notes
- No API key, no login: it only reads public endpoints/feeds. If the upstream source is degraded, the run still succeeds and returns an honest status item instead of failing.
- Results reflect what the public source returned at run time (top-N windows, newest-first where applicable).
- Pay-per-event via synthetic events: each default-dataset item is billed through
apify-default-dataset-item($0.001 per item), plusapify-actor-start. - Free to try on the free plan; PPE pricing applies to paid-plan users.
Categories
OTHER