ETH LST Peg Watch
Pricing
from $1.00 / 1,000 dataset items
ETH LST Peg Watch
Keyless ETH liquid-staking (LST) peg watch (CoinGecko, no API key): per-LST price vs ETH peg ratio + depeg drift %, 24h moves, TVL from DefiLlama yields pools when mappable. Stateful KVS: repeat runs report peg drift + TVL deltas; alerts on depeg >=0.5%.
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 ETH liquid-staking (LST) peg watch (CoinGecko, no API key): per-LST price vs ETH peg ratio + depeg drift %, 24h moves, TVL from DefiLlama yields pools when mappable. Stateful KVS: repeat runs report peg drift + TVL deltas; alerts on depeg >=0.5%.
What you get
Every run writes a dataset with one row per record:
{"kind": "lst-peg-pulse","ts": "2026-09-19T00:04:20Z","firstRun": true,"prevRunTs": null,"base": {"ethUsd": 2610.11},"lsts": [{"id": "staked-ether","symbol": "STETH","priceUsd": 2609.42,"ethPegRatio": 0.99971307,"pegDriftPct": -0.0287,"usd24hPct": 6.71,"tvlUsd": 25615261725.0,"apyBasePct": 2.252},{"id": "wrapped-steth","symbol": "WSTETH","priceUsd": 3248.31,"ethPegRatio": 1.244483,"pegDriftPct": 24.4483,"usd24hPct": 6.75,"tvlUsd": 3479500260.0,"apyBasePct": 0.0},{"id": "reth","symbol": "RETH","priceUsd": 2741.93,"ethPegRatio": 1.05048,"pegDriftPct": 5.048,"usd24hPct": null,"tvlUsd": 1367617274.0,"apyBasePct": 2.158},{"id": "frax-ether","symbol": "FRXETH","priceUsd": 2606.82,"ethPegRatio": 0.9987174,"pegDriftPct": -0.1283,"usd24hPct": 6.77,"tvlUsd": 26149.0,"apyBasePct": 0.0}],"dropped": [{"id": "ether-st","reason": "absent from CoinGecko response (unknown id) - dropped, no
Input
{"symbols": "staked-ether,ether-st,wrapped-steth,reth,frax-ether","limit": 10}
| Field | Type | Description |
|---|---|---|
symbols | string | Symbols: the symbols parameter. Default: "staked-ether,ether-st,wrapped-steth,reth,frax-ether". |
limit | integer | Limit: the limit parameter. Default: 10. |
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