DefiLlama Yield Watch
Pricing
from $1.00 / 1,000 dataset items
DefiLlama Yield Watch
Keyless DeFi yield watchlist monitor (DefiLlama public API, no key): per-pool APY + reward split for your protocols across every chain, TVL floor + top-N by TVL, 0-100 APY score, alerts for APY surges / outliers / high-value opportunities. Scheduled runs report what CHANGED (stateful KVS).
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
4 days ago
Last modified
Categories
Share
Keyless DeFi yield watchlist monitor (DefiLlama public API, no key): per-pool APY + reward split for your protocols across every chain, TVL floor + top-N by TVL, 0-100 APY score, alerts for APY surges / outliers / high-value opportunities. Scheduled runs report what CHANGED (stateful KVS).
What you get
Every run writes a dataset with one row per record:
{"kind": "yield-watch","ts": "2026-09-16T23:52:33Z","firstRun": true,"prevRunTs": null,"filter": {"projects": ["aave-v3","compound-v3","morpho-blue","uniswap-v3"],"chain": null,"minTvlUsd": 1000000,"limit": 25},"summary": {"pools": 25,"totalTvlUsd": 20845293354,"avgApy": 2.25,"topApyPool": {"pool": "32f586b4-5358-5aa2-88ee-c842139e7023","project": "morpho-blue","symbol": "STEAKUSDG","apy": 6.62381,"tvlUsd": 457891660}},"pools": [{"pool": "db678df9-3281-4bc2-a8bb-01160ffd6d48","chain": "Ethereum","project": "aave-v3","symbol": "WEETH","tvlUsd": 3485875590,"apy": 2e-05,"apyBase": 2e-05,"apyReward": null,"stablecoin": false,"ilRisk": "no","outlier": false,"apyScore": 0},{"pool": "7d33d57d-36dc-414b-9538-22a223250468","chain": "Base","project": "morpho-blue","symbol": "CBBTC","tvlUsd": 2841925470,"apy": 0,"apyBase": 0,"apyReward": null,"stablecoin": false,"ilRisk": "no","outl
Input
{"projects": "aave-v3,uniswap-v3,morpho-blue,compound-v3","minTvlUsd": 1000000,"limit": 25}
| Field | Type | Description |
|---|---|---|
projects | string | Projects: the projects parameter. Default: "aave-v3,uniswap-v3,morpho-blue,compound-v3". |
minTvlUsd | integer | MinTvlUsd: the mintvlusd parameter. Default: 1000000. |
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