{
  "x402Version": 1,
  "id": 5318,
  "slug": "5318",
  "resource": "https://liquita-x402-edge.liquita.workers.dev/v1/leaderboard",
  "description": "Liquidation execution leaderboard. Top liquidators by tx count, profit, and protocols hit. Useful for MEV searcher competitive intel and bot benchmarking.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "payTo": "0x6EDE3258BCe2ef32F9bB614C781818B4eFd0e765",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "days": "Lookback window in days (default 7, max 90)"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "leaders": [
              {
                "liquidator": "0xFA4B...E7e4",
                "profit_usd": 287.5,
                "protocols": [
                  "aave_v3",
                  "morpho",
                  "euler_v2"
                ],
                "tx_count": 14
              }
            ],
            "window_days": 7
          },
          "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-11T02:17:12.244Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-11T02:17:11.814Z"
  },
  "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"
  }
}