Skip to main content
GET
/
lending-stocks
/
api
/
liquidations
/
{marketId}
/
config
curl "https://api.trusset.org/lending-stocks/api/liquidations/{marketId}/config" \
  -H "X-API-Key: trusset_your_key_here"
{
  "success": true,
  "data": {
    "marketId": "clx_market_001",
    "marketAddress": "0x70A0...",
    "liquidationRouterAddress": "0xd48f...",
    "isConfigured": true,
    "stats": {
      "totalLiquidations": 3,
      "pendingLiquidationDebt": "0.000000",
      "totalAuctions": 1
    }
  }
}

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 whether the market is authorized on the liquidation router and provides aggregate liquidation statistics.

Path Parameters

marketId
string
required
Market ID.
curl "https://api.trusset.org/lending-stocks/api/liquidations/{marketId}/config" \
  -H "X-API-Key: trusset_your_key_here"
{
  "success": true,
  "data": {
    "marketId": "clx_market_001",
    "marketAddress": "0x70A0...",
    "liquidationRouterAddress": "0xd48f...",
    "isConfigured": true,
    "stats": {
      "totalLiquidations": 3,
      "pendingLiquidationDebt": "0.000000",
      "totalAuctions": 1
    }
  }
}