{
  "x402Version": 1,
  "id": 5317,
  "slug": "5317",
  "resource": "https://liquita-x402-edge.liquita.workers.dev/v1/at-risk",
  "description": "Real-time at-risk DeFi borrowers across Aave V3, Morpho, Comet, Euler V2, Fluid, Moonwell, Spark on 11 EVM chains. Returns health factor, collateral, debt, and protocol. Updated every 5 minutes from the liquita liquidation engine.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "payTo": "0x6EDE3258BCe2ef32F9bB614C781818B4eFd0e765",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "chain": "EVM chain slug (base, arbitrum, mainnet, optimism, polygon, avalanche, scroll, mantle, linea, unichain, hyperevm)",
            "limit": "Max rows (default 50, max 500)",
            "protocol": "Lending protocol (aave_v3, morpho, comet, euler_v2, fluid, moonwell, spark)"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "items": [
              {
                "borrower": "0xabc...123",
                "chain": "base",
                "collateral_usd": 12500,
                "debt_usd": 11800,
                "health_factor": 1.02,
                "protocol": "aave_v3",
                "updated_at": "2026-05-26T10:00:00Z"
              }
            ],
            "total": 1031
          },
          "type": "object"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {},
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "liquita-x402-edge.liquita.workers.dev",
  "lastUpdated": "2026-09-14T19:49:53.704Z",
  "quality": {
    "calls30d": 7,
    "uniquePayers30d": 6,
    "lastCalledAt": "2026-09-14T19:49:53.295Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "liquita-x402-edge.liquita.workers.dev",
    "manifest_name": "liquita-x402-edge.liquita.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}