Defi Yield Monitor
Pricing
Pay per usage
Go to Apify Store
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Yunare Maia
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
21 hours ago
Last modified
Categories
Share
Track lending and borrowing yields across major DeFi protocols. Built for AI agents, yield optimizers, and portfolio managers.
Features
- 6 protocols: Aave V3, Compound V3, Morpho Blue, Spark, Euler V2, Venus V4
- 6 chains: Ethereum, Base, Arbitrum, Optimism, Polygon, Avalanche
- Configurable assets: USDC, USDT, WETH, WBTC, DAI, MATIC, AVAX
- Supply & borrow APRs: both directions captured per market
- APR alerts: webhook notifications when supply APR changes more than X%
- TVL filter: only track markets above a minimum TVL (avoid illiquid pools)
- Utilization rate: included for lending protocol analysis
Input
| Field | Type | Default | Description |
|---|---|---|---|
chains | array | ["ethereum","base","arbitrum","optimism"] | Chains to monitor |
protocols | array | ["aave","compound","morpho","spark"] | Protocols to track |
assets | array | ["USDC","USDT","WETH","WBTC","DAI"] | Assets to track |
maxRuns | int | 1 | Max checks (default 1 = run once and finish; set higher for continuous monitoring) |
intervalSeconds | int | 600 | Check interval (60s - 3600s) |
webhookUrl | string | — | Webhook URL for APR alerts |
aprChangeThreshold | number | 20.0 | % APR change to trigger alert |
minTvlUsd | int | 1000000 | Minimum TVL (USD) to include market |
Example Input
{"chains": ["ethereum", "base", "arbitrum", "optimism"],"protocols": ["aave", "compound", "morpho", "spark"],"assets": ["USDC", "USDT", "WETH", "WBTC", "DAI"],"intervalSeconds": 600,"minTvlUsd": 1000000}
Output (dataset)
{"timestamp": "2026-08-06T01:48:22.643Z","chain": "ethereum","protocol": "aave","asset": "USDC","supply_apr": 3.25,"borrow_apr": 4.85,"tvl_usd": 1250000000,"utilization_rate": 68.5,"market_address": "0x..."}
Use Cases
- AI agents: find best yield opportunities programmatically
- Yield optimizers: monitor APY changes to trigger rebalancing
- Risk managers: track utilization rates across lending markets
- Research: historical yield data for DeFi analysis
Pricing
Free for demo runs. Production runs billed per Apify usage units.