Skip to main content
GET
Returns liquidations whose collateral sits at the router and has not yet been settled or written off. This is the operator work queue for the manual settlement workflow. Before reading, the endpoint reconciles against the chain and adopts any on-chain liquidation the backend has not recorded, so a liquidation triggered outside this API still appears here.

Path Parameters

string
required
Market ID.

Response Fields

object

On-Chain Data

onChainData is the authoritative view of what the router still holds.
object
A router query for a liquidation ID that does not exist returns a zero-filled object rather than null. Treat onChainData.timestamp === 0 as “not found”, not as a valid timestamp.
Track progress with collateralRemaining and proceedsCollected rather than status. Withdrawing collateral for sale and reporting partial sales both leave status at PENDING. Only settlement or write-off changes it.