Liquidations
Get Liquidation Config
Check whether a market can be liquidated and settled
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
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.