DeFi Lending Rate Tracker — Aave Compound Morpho Live APY avatar

DeFi Lending Rate Tracker — Aave Compound Morpho Live APY

Pricing

Pay per usage

Go to Apify Store
DeFi Lending Rate Tracker — Aave Compound Morpho Live APY

DeFi Lending Rate Tracker — Aave Compound Morpho Live APY

Live supply + borrow APR + utilization for top assets on Aave V3, Compound V3, Morpho across Eth/Arb/Op/Base/Polygon. Find the cheapest borrow + highest supply. PPE $0.001/pool.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 hours ago

Last modified

Share

DeFi Lending Rate Tracker

Live supply + borrow APY across Aave V3, Compound V3, Morpho Blue, Spark, Aave V2, Euler V2, Silo — per asset, per chain. Plus utilization, supply-minus-borrow spread, LTV, and debt ceilings. The fastest way to find cheap borrow or high-yield supply opportunities. No API key required.


What It Does

For every (protocol × chain × asset) lending pool:

  • Supply APY (base + reward)
  • Borrow APY (base + reward)
  • Total supply / borrow USD
  • Utilization % (= borrow / supply)
  • Supply-minus-borrow spread (looped-yield indicator)
  • LTV, debt ceiling, borrowable flag
  • 1d / 7d / 30d APY change %

Covers Ethereum + Arbitrum + Base + Optimism + Polygon by default. Filterable by protocol, chain, asset.


Why This Matters

  • Borrow-rate arbitrage: cheaper USDC borrow on Compound V3 vs Aave V3 = capital flows. Catch it within the same day.
  • High-utilization warning: pools at >90% utilization see borrow rates spike to liquidation-relief levels (sometimes 100%+ APY) — short-window opportunity.
  • Stablecoin yield ladder: instantly rank top stablecoin supply opportunities across all protocols.
  • Looped-strategy planning: pick the asset with highest supply APY > borrow APY (positive carry).

Input

FieldTypeDefaultDescription
projectsarraydefault 7DefiLlama project slugs (e.g. aave-v3, compound-v3, morpho-blue, spark)
chainsarrayallChain names: Ethereum, Arbitrum, Base, Optimism, …
symbolsarrayallSymbol filter, e.g. USDC, USDT, WETH, WBTC
minTvlUsdinteger1000000Skip tiny pools
sortBystringtvl_desctvl_desc, supply_apy_desc, borrow_apy_asc, borrow_apy_desc, utilization_desc
limitinteger100Max rows
alertUtilizationPctnumber0Telegram alert if any pool utilization ≥ X%. 0 = off
telegramBotTokenstring (secret)Bot token
telegramChatIdstringChat ID

Example: cheapest USDC borrow across all chains

{"symbols": ["USDC"], "sortBy": "borrow_apy_asc", "limit": 20}

Example: high-utilization stress monitor

{"sortBy": "utilization_desc", "alertUtilizationPct": 90}

Example: highest supply APY for stablecoins

{"symbols": ["USDC","USDT","DAI"], "sortBy": "supply_apy_desc", "limit": 30}

Output

{
"project": "aave-v3",
"chain": "Ethereum",
"symbol": "USDC",
"pool_id": "...",
"tvl_usd": 580000000,
"total_supply_usd": 612000000,
"total_borrow_usd": 540000000,
"utilization_pct": 88.24,
"supply_apy_pct": 5.42,
"supply_apy_base_pct": 5.42,
"reward_apy_pct": null,
"borrow_apy_pct": 6.85,
"borrow_reward_apy_pct": null,
"supply_minus_borrow_pct": -1.43,
"ltv": 0.77,
"borrowable": true,
"stablecoin": true,
"apy_change_1d_pct": 0.12,
"apy_change_7d_pct": -0.31
}

Pricing

  • $0.001 per pool returned

Examples:

  • Top 100 lending pools: $0.10
  • USDC across all protocols: ~$0.02

Use Cases

Daily borrow-rate watch — Schedule every 1h, filter symbols: ["USDC"], alert when borrow APY drops below your target.

Yield ladder for treasury — Rank top supply APY for stablecoins, automate movement (with your own execution code).

Utilization stress detector — Schedule every 10 min on Ethereum mainnet, alert at >95% utilization (= liquidation cascade incoming).


Data Sources

  • DefiLlama /pools (supply APY + TVL)
  • DefiLlama /lendBorrow (borrow APY + total supply/borrow USD + LTV)
  • No API key required



🎬 Live Sample Run

A real run of this actor with default-ish inputs, executed on 2026-06-10:

FieldValue
Items in dataset15
Dataset (JSON)https://api.apify.com/v2/datasets/O5eMd9M9ggypzndIv/items?clean=1&format=json
Dataset (CSV)https://api.apify.com/v2/datasets/O5eMd9M9ggypzndIv/items?clean=1&format=csv
Run summary (KVS)https://api.apify.com/v2/key-value-stores/VnRFp0kbdyrpzdkQo/records/SUMMARY
Run detailshttps://api.apify.com/v2/actor-runs/SOUEPCL8jWHlWvP0y

Try it now: pop any of the dataset URLs in your browser to see live output, or hit the API endpoints from your code.

Want to reproduce? Click Try Actor on the Apify Store page and use the input defaults shown above.

Feedback

Leave a review on Apify Store