Skip to main content
GET
Returns cumulative totals from a liquidation router: how many liquidations it has received and settled, how much collateral has passed through it, and how much in proceeds it has routed back to markets. Every market carries its own liquidation router, so marketId names which router to read and there is no aggregate to fall back on. Omitting it returns MARKET_REQUIRED.

Query Parameters

string
required
Market whose router to read. Maximum 100 characters.

Response Fields

object
A router serves one market, so these totals are market-level rather than protocol-level. To read across an instance, call this once per market from List Markets and add the figures yourself.

Error Codes