Defi Liquidation Risk
Pricing
Pay per usage
Go to Apify Store

Defi Liquidation Risk
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Grizzly enterprise
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
DeFi Liquidation Risk Feed (Morpho Blue)
Ranked feed of the lending positions closest to liquidation on Morpho Blue across Ethereum and Base — the signal a liquidation bot or risk agent actually needs.
What you get
Each item is one at-risk position, ranked by risk score:
| Field | Meaning |
|---|---|
market | e.g. wstETH→USDC (collateral → loan) |
healthFactor | < 1 means liquidatable right now |
priceDropToLiquidationPct | Collateral price drop that triggers liquidation |
borrowUsd, collateralUsd | Position size |
riskScore | 0-100 = proximity to liquidation × size (log-scaled) |
riskLevel | liquidatable / critical / high / elevated / watch |
user, marketId | Everything needed to act on-chain |
Use cases
- Liquidation bots: set
onlyLiquidatable: true, get executable targets with market IDs - Risk dashboards: track how much borrow is within 3% of liquidation
- Market-stress alerts: schedule hourly; alert when
liquidatablecount spikes
Input
chains(default ethereum+base)hfMax(default 1.3) — width of the at-risk bandminBorrowUsd(default $100) — drop dusttopN(default 50),onlyLiquidatable(default false)
Derived from the public Morpho Blue API (© Morpho). Dust and deep-underwater stale positions filtered out. Not financial advice.