Skip to main content
GET
Returns the market’s liquidation records that are settled or written off, newest first. Each router record is checked against the router, so the list also shows collateral a settlement left behind on the router, and whether Reopen Liquidation can still bring it back. Before answering, the endpoint re-reads each settled record’s figure from the market. A record whose stored usdcProceeds understates what the market’s record settled over is corrected, in the response and in the stored record.

Path Parameters

string
required
Market ID. At most 100 characters.

Query Parameters

integer
default:"50"
Records to return, from 1 to 200. A larger value is capped at 200, a negative one raised to 1, and zero or a non-number reads as 50.

Response Fields

object
The router fields are absent, not false, when the router could not be read and on venue- records. Read collateralStranded only where routerAddress is present.

Error Codes

A failed database read answers 200 with an empty list rather than an error.