Liquidations
Get Liquidatable Loans
List loans whose health factor has fallen below 1.0
GET
Scans every active loan in the market and returns those eligible for liquidation. A loan qualifies when its health factor is strictly below
1.0.
This is a full scan of the market’s loan book, so response time grows with the number of loans. Poll it on a schedule rather than per page view.
Path Parameters
string
required
Market ID.
Response Fields
object
Health factors are computed against the oracle’s stored price. If the price is stale the figures here are stale too. Push a current NAV with Sync Oracle Price before acting on this list, or pass a
signedPrice when liquidating so the contract prices against a fresh value.