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. Pass marketId to read that market’s own router. Omit it to read the shared legacy router, which only serves markets deployed before per-market routers existed.

Query Parameters

string
Market whose router to query. Maximum 100 characters. Omit to query the instance default router.

Response Fields

object
Without marketId the endpoint cannot resolve token decimals and formats totalCollateralProcessed at 18 places and totalProceedsRouted at 6. For any market whose tokens differ from those defaults, always pass marketId, or read the Raw fields and scale them yourself.
Each market deployed with a per-market router has counters covering that market alone, so these totals are market-level rather than protocol-level. Only the shared legacy router aggregates across markets.