Skip to main content
GET
/
lending-stocks
/
api
/
liquidations
/
router-stats
curl "https://api.trusset.org/lending-stocks/api/liquidations/router-stats" \
  -H "X-API-Key: trusset_your_key_here"
{
  "success": true,
  "data": {
    "totalReceived": "15",
    "totalSettled": "12",
    "totalCollateralProcessed": "750.000000000000000000",
    "totalProceedsRouted": "125000.000000"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.trusset.org/llms.txt

Use this file to discover all available pages before exploring further.

Returns global counters from the liquidation router contract: total liquidations received, settled, collateral processed, and USDC proceeds routed.
curl "https://api.trusset.org/lending-stocks/api/liquidations/router-stats" \
  -H "X-API-Key: trusset_your_key_here"
{
  "success": true,
  "data": {
    "totalReceived": "15",
    "totalSettled": "12",
    "totalCollateralProcessed": "750.000000000000000000",
    "totalProceedsRouted": "125000.000000"
  }
}