DeFi Liquidation Tracker — Aave Compound Maker Live Events avatar

DeFi Liquidation Tracker — Aave Compound Maker Live Events

Pricing

$5.00 / 1,000 liquidation trackeds

Go to Apify Store
DeFi Liquidation Tracker — Aave Compound Maker Live Events

DeFi Liquidation Tracker — Aave Compound Maker Live Events

Live liquidation events across Aave V2/V3, Compound V2/V3, MakerDAO. Liquidator, debt amount, collateral seized, USD value. Detect market stress + alpha on which oracle was wrong. PPE $0.005/liquidation.

Pricing

$5.00 / 1,000 liquidation trackeds

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

15 days ago

Last modified

Categories

Share

DeFi Liquidation Tracker — On-Chain Lending Protocol Liquidations Monitor

Real-time DeFi liquidation tracker for Aave V3, Compound V3, and Spark Protocol. Monitor every on-chain liquidation event including collateral seized, debt repaid, liquidator address, and USD value. Get Telegram alerts for whale-sized lending protocol liquidations before the market reacts. No API key required — runs on Apify's cloud infrastructure.

Liquidations are the most actionable forced-selling signal in DeFi. A $1M+ Aave liquidation means a keeper bot is about to dump seized collateral on the open market — knowing this seconds after it hits the chain is the edge that separates informed traders from the crowd. This Actor surfaces that information as clean structured JSON, delivered via Apify's reliable execution environment with zero infrastructure setup.


What does DeFi Liquidation Tracker do?

The DeFi liquidation tracker decodes on-chain event logs from three major Ethereum lending protocols — Aave V3, Compound V3 (Comet), and Spark Protocol — and returns every liquidation event within your configured lookback window. For each event it provides: the borrower address, liquidator bot address, collateral asset seized (with symbol and USD value), debt asset repaid, total liquidation value in USD, and a direct Etherscan link. Apify's scheduling and persistent datasets mean you can run this hourly with automatic alert delivery and a permanent archive of every liquidation surfaced.

Liquidation data that institutional DeFi desks pay premium data providers for is now accessible as a pay-per-use API — no subscriptions, no data engineering, no rate-limit management.


Why use DeFi Liquidation Tracker?

  • Whale liquidation early warning. Large liquidations ($500K+) on Aave or Compound are often followed by sharp price wicks as keeper bots dump seized collateral (rETH, wstETH, WBTC) on spot markets. Catch these seconds after on-chain confirmation.
  • MEV liquidator intelligence. The same handful of addresses absorb most DeFi liquidations. Tracking the liquidator field across runs builds a real-time leaderboard of active MEV bots and measures how profitable liquidations currently are — a direct proxy for leverage stress in the system.
  • Risk management for DeFi positions. Understanding when and why similar collateral types get liquidated helps you calibrate your own health factor buffers. Pair with historical data to backtest safety margins.
  • Cascade post-mortems. After flash crashes or oracle manipulation events, reconstruct the full liquidation cascade by pulling every event in the impacted block range — essential for protocol risk analysis and insurance modeling.
  • Protocol health monitoring. Sustained high liquidation volume signals elevated systemic leverage — a macro DeFi risk indicator used by protocol treasuries and risk committees.

How to use DeFi Liquidation Tracker

  1. Open the Actor on Apify Store and click Try for free.
  2. Leave defaults for a 24-hour lookback across all three protocols with a $1,000 minimum liquidation size.
  3. Click Start — results appear in 30–90 seconds depending on block range.
  4. Review the Dataset tab for JSON/CSV output, or use the dataset API URL in your application.
  5. For continuous monitoring, set up an Apify Schedule (hourly recommended) and add your Telegram credentials to alertUsd for real-time push alerts on whale liquidations.

Input

FieldTypeDefaultDescription
includeAaveV3booleantrueDecode Aave V3 mainnet LiquidationCall events
includeCompoundV3booleantrueDecode Compound V3 Comet AbsorbCollateral events (USDC/WETH/USDT markets)
includeSparkbooleantrueDecode Spark Protocol liquidation events
lookbackBlocksinteger7200Ethereum blocks to scan (~24 hours at ~12s/block)
minLiquidationUsdinteger1000Filter out liquidations below this USD threshold
sortBystringusd_descusd_desc, block_desc, or block_asc
limitinteger100Maximum liquidation events returned
alertUsdinteger0Telegram alert threshold in USD. 0 = disabled
telegramBotTokenstring (secret)Bot token for whale liquidation alerts
telegramChatIdstringTelegram chat ID for alerts

Example — Last 24h whale liquidations only:

{"lookbackBlocks": 7200, "minLiquidationUsd": 100000, "sortBy": "usd_desc", "limit": 20}

Example — Live hourly monitor with $500K Telegram alerts:

{
"lookbackBlocks": 300,
"minLiquidationUsd": 50000,
"alertUsd": 500000,
"telegramBotToken": "your-token",
"telegramChatId": "your-chat-id"
}

Output

Each row represents one on-chain liquidation event:

[
{
"protocol": "Aave V3",
"block_number": 19847221,
"tx_hash": "0xabc123...",
"timestamp": "2026-06-03T11:42:00+00:00",
"user": "0xborrower_address...",
"liquidator": "0xliquidator_bot_address...",
"collateral_asset": "0xae78736cd615f374d3085123a210448e74fc6393",
"collateral_symbol": "rETH",
"collateral_amount": 142.3,
"collateral_price_usd": 3920.50,
"debt_asset": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"debt_symbol": "USDC",
"debt_amount": 540000.0,
"debt_price_usd": 1.0,
"liquidation_usd": 558087.15,
"etherscan_url": "https://etherscan.io/tx/0xabc123..."
},
{
"protocol": "Compound V3",
"block_number": 19847198,
"tx_hash": "0xdef456...",
"timestamp": "2026-06-03T11:38:00+00:00",
"user": "0xborrower2...",
"liquidator": "0xliquidator2...",
"collateral_symbol": "WBTC",
"collateral_amount": 1.85,
"collateral_price_usd": 68200.0,
"debt_symbol": "USDC",
"debt_amount": 120000.0,
"liquidation_usd": 126170.0,
"etherscan_url": "https://etherscan.io/tx/0xdef456..."
}
]

Data fields

FieldTypeDescription
protocolstringProtocol name (Aave V3, Compound V3, Spark)
block_numberintegerEthereum block where the liquidation occurred
tx_hashstringTransaction hash
timestampstringISO 8601 UTC timestamp
userstringBorrower address (the account that was liquidated)
liquidatorstringLiquidator address (typically an MEV keeper bot)
collateral_symbolstringSymbol of the collateral asset seized
collateral_amountfloatAmount of collateral seized in native units
collateral_price_usdfloatUSD price of collateral at time of liquidation
debt_symbolstringSymbol of the debt asset repaid
debt_amountfloatAmount of debt repaid in native units
liquidation_usdfloatTotal USD value of the liquidation event
etherscan_urlstringDirect link to the transaction on Etherscan

Cost estimation

This Actor uses Pay-Per-Event (PPE) pricing at $0.005 per liquidation event returned.

ScenarioEvents returnedEstimated cost
Calm market, 24h, >= $10K floor~10-30 events$0.05-$0.15
Volatile day, 24h, >= $10K floor~50-200 events$0.25-$1.00
Flash crash post-mortem, full lookback~200-400 events$1.00-$2.00
Hourly monitor (30 days) at $50K floor~30 days x avg 5 events~$22.50/month

FAQ

Q: Which Ethereum contracts are decoded? Aave V3 Pool at 0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2, Compound V3 Comet markets (USDC, WETH, USDT), and Spark Pool at 0xC13e21B648A5Ee794902342038FF3aDAB66BE987. All mainnet addresses.

Q: How far back can I look? lookbackBlocks is configurable. One Ethereum day is approximately 7,200 blocks (~12 seconds/block). For a 7-day lookback use 50400. Very large lookback windows may increase run time to several minutes depending on event density.

Q: Does this cover L2 protocols (Aave on Arbitrum, Base, etc.)? Currently only Ethereum mainnet is supported. L2 protocol coverage is on the roadmap.

Disclaimer: Liquidation data is derived from public on-chain event logs. USD valuations use CoinGecko prices at run time and may differ from prices at the exact moment of liquidation. This is not financial advice.


Live Sample Run

A real run with default settings (2026-06-10):

FieldValue
Dataset (JSON)https://api.apify.com/v2/datasets/veXzNHngKOhcLqBrL/items?clean=1&format=json
Dataset (CSV)https://api.apify.com/v2/datasets/veXzNHngKOhcLqBrL/items?clean=1&format=csv
Run summary (KVS)https://api.apify.com/v2/key-value-stores/2UMWO9X1l0ATEVfjB/records/SUMMARY
Run detailshttps://api.apify.com/v2/actor-runs/EcKyYEQmdjnDNfOkY

Feedback

Leave a review on Apify Store

Keywords: DeFi liquidation tracker, on-chain liquidations, lending protocol liquidations, Aave liquidation monitor, Compound V3 liquidations, Spark Protocol liquidations, whale liquidation alert, collateral seized DeFi, MEV liquidator tracker, DeFi margin call monitor, forced liquidation crypto, liquidation cascade detector, Ethereum DeFi risk, health factor liquidation, on-chain forced selling