Skip to main content
GET
Returns the readiness of the liquidation path for a market, broken into the three independent conditions that must all hold, plus aggregate liquidation counters. Call this before relying on liquidation. A market can accept loans while its liquidation path is incomplete, which leaves bad debt with no remedy.

Path Parameters

string
required
Market ID.

Response Fields

object
routerTokenEligible is reported as true when the market has no identity registry recorded, because eligibility cannot be evaluated without one. That is an unknown, not a pass. Confirm the router’s compliance status out of band for such markets.
operatorRoleReady is evaluated against the registered wallet. If you nominated a different address as liquidationOperator at deployment, settlement runs through that wallet rather than this API and this flag will read false by design.