DeFi Lending Rate Tracker — Aave Compound Morpho Live APY avatar

DeFi Lending Rate Tracker — Aave Compound Morpho Live APY

Pricing

$1.00 / 1,000 pool trackeds

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

DeFi Lending Rate Tracker — Aave Compound Morpho Live APY

Live supply APR + borrow APR + utilization for USDC, USDT, ETH, WBTC on Aave V3, Compound V3, Morpho across Ethereum/Arbitrum/Optimism/Base/Polygon. Find the cheapest borrow rate and highest yield in DeFi. PPE $0.001/pool.

Pricing

$1.00 / 1,000 pool trackeds

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Categories

Share

DeFi Lending Rate Tracker — Aave, Compound, Morpho, Spark Rates in One API

Monitor live DeFi lending rates across Aave V3, Compound V3, Morpho Blue, Spark, Euler V2, and Silo — supply APY, borrow APY, utilization, and spread per asset per chain. Find the best crypto lending APY opportunities and detect liquidity stress before it cascades. No API key required.


What does DeFi Lending Rate Tracker do?

DeFi Lending Rate Tracker pulls live supply and borrow rates from every major DeFi lending protocol and consolidates them into a single structured dataset. For each (protocol × chain × asset) combination it returns supply APY, borrow APY, total supply and borrow in USD, utilization percentage, and the supply-minus-borrow spread — the key metric for looped yield strategies. It also tracks 1d, 7d, and 30d APY changes so you can see whether Aave Compound rates are trending up or down before committing capital. Supported chains include Ethereum, Arbitrum, Base, Optimism, and Polygon.


Why use DeFi Lending Rate Tracker?

DeFi traders, treasury managers, and on-chain analysts use lending rate data to move faster than manual dashboard checks. Key use cases:

  • Borrow-rate arbitrage — USDC borrow rate on Compound V3 vs. Aave V3 can diverge by 1–3% intraday. This Actor surfaces that gap in a single dataset so you can route capital to the cheaper venue automatically.
  • High-utilization early warning — Pools above 90% utilization see borrow rates spike to triple digits. Scheduling this Actor every 10 minutes and alerting on utilization > 95% gives a liquidation cascade warning before it starts.
  • Stablecoin yield ladder — Instantly rank the top crypto lending APY opportunities for USDC, USDT, and DAI across all protocols without tabbing between Aave, Morpho, and Spark UIs.
  • Looped-yield strategy planning — The supply_minus_borrow_pct field directly answers "is this asset positive carry?" Positive spread = profitable loop; negative = cost.
  • Treasury automation — Feed the ranked output into your execution script to automatically move idle stablecoins to the current highest-yielding protocol.

How to use DeFi Lending Rate Tracker

  1. Click Try for free on the Apify Store listing.
  2. Configure your filters — or run with defaults to get all 100+ lending pools ranked by TVL.
  3. Click Start — results arrive in under 60 seconds.
  4. Export as JSON or CSV, or integrate via the Apify dataset API.
  5. For continuous monitoring, use Schedule to run every 1 hour or 10 minutes.

Input

FieldTypeDefaultDescription
projectsarray7 defaultDefiLlama slugs: aave-v3, compound-v3, morpho-blue, spark, euler-v2, silo, aave-v2
chainsarrayallEthereum, Arbitrum, Base, Optimism, Polygon
symbolsarrayallAsset filter, e.g. ["USDC", "USDT", "WETH"]
minTvlUsdinteger1000000Skip low-liquidity pools below this TVL
sortBystringtvl_desctvl_desc, supply_apy_desc, borrow_apy_asc, borrow_apy_desc, utilization_desc
limitinteger100Maximum rows returned
alertUtilizationPctnumber0Telegram alert if pool utilization exceeds this %. 0 = disabled
telegramBotTokenstring (secret)Telegram bot token for alerts
telegramChatIdstringTelegram chat ID for alerts

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 — Best stablecoin supply yield:

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

Output

Each record is one lending pool — one asset on one protocol on one chain:

{
"project": "aave-v3",
"chain": "Ethereum",
"symbol": "USDC",
"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
}

Data fields

FieldDescription
projectProtocol slug (e.g. aave-v3, compound-v3)
chainBlockchain network
symbolAsset ticker (e.g. USDC, WETH)
tvl_usdTotal value locked in the pool
total_supply_usdTotal deposited in USD
total_borrow_usdTotal borrowed in USD
utilization_pctBorrow divided by Supply — the primary stress indicator
supply_apy_pctCrypto lending APY for depositors (base + reward combined)
borrow_apy_pctAnnualized cost to borrow this asset
reward_apy_pctToken incentive portion of supply APY
supply_minus_borrow_pctSpread — positive value signals a looped carry opportunity
ltvLoan-to-value ratio for this asset as collateral
borrowableWhether the asset can currently be borrowed
stablecoinTrue if the asset is a stablecoin
apy_change_1d_pct1-day APY change
apy_change_7d_pct7-day APY change

Cost estimation

Pricing is Pay-Per-Event at $0.001 per pool returned.

Use casePools returnedEstimated cost
USDC pools only (~15 pools)~15$0.015
Top 100 pools (default)100$0.10
Daily monitoring (100 pools)100/day × 30$3.00/month
Hourly monitoring (100 pools)100/hr × 720$72/month

For most users, a daily run covering all Aave Compound rates and Morpho costs under $3/month.


FAQ

Which protocols are covered? Aave V3, Aave V2, Compound V3, Morpho Blue, Spark, Euler V2, and Silo by default. Additional DefiLlama-indexed protocols can be added via the projects input using their DefiLlama slug.

How often does the data update? DefiLlama's /pools and /lendBorrow endpoints update approximately every hour. Each Actor run fetches the freshest available snapshot.

Can I alert when borrow rates spike? Yes — use alertUtilizationPct to trigger a Telegram notification when any pool's utilization crosses your threshold (e.g., 90%). High utilization is the leading indicator of DeFi lending rates spikes.

Disclaimer: This Actor provides DeFi lending rates and crypto lending APY data for informational purposes only. It does not constitute financial advice. DeFi protocols carry smart contract risk, liquidation risk, and other risks not reflected in APY numbers. Always conduct your own due diligence before supplying or borrowing funds.


Live Sample Run

A real run 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

Feedback

Leave a review on Apify Store