{
  "x402Version": 2,
  "id": 407,
  "slug": "407",
  "resource": "https://kronossignals.com/api/v1/liquidations/eth",
  "description": "Forward liquidation cluster map + recent prints for all 17 crypto assets. Part A: estimated liq price levels for 5x/10x/25x/50x leverage bands, modeled from open interest and mark price — no new upstream source. Part B: real liquidation prints from OKX public API (no auth). Returns cluster map, nearest_long/short clusters, squeeze_bias, and honest disclaimers. Supports BTC/ETH/SOL/BNB/XRP/DOGE/ADA/AVAX/LINK/DOT/LTC/TRX/BCH/ATOM/NEAR/APT/HYPE-USD. Pay-per-call via x402.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x36038e1d712c5e39f35952164ec58ec2b96caee7",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "POST",
          "pathParams": {},
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "as_of": "2026-01-01T00:15:00.000Z",
            "asset": "BTC-USD",
            "available": true,
            "cluster_map": {
              "disclaimer": "ESTIMATED clusters from OI + leverage-band modeling. NOT confirmed orders.",
              "long_clusters": [
                {
                  "distance_pct": -0.98,
                  "estimated_oi_fraction": 0.051,
                  "leverage": 50,
                  "liq_price": 106425
                },
                {
                  "distance_pct": -3.84,
                  "estimated_oi_fraction": 0.1275,
                  "leverage": 25,
                  "liq_price": 103375
                }
              ],
              "model_note": "OI distributed: 5x=35%, 10x=30%, 25x=25%, 50x=10%. Long/short split adjusted by funding rate.",
              "nearest_long_liq_cluster": {
                "distance_pct": -0.98,
                "liq_price": 106425
              },
              "nearest_short_liq_cluster": {
                "distance_pct": 1,
                "liq_price": 108575
              },
              "short_clusters": [
                {
                  "distance_pct": 1,
                  "estimated_oi_fraction": 0.049,
                  "leverage": 50,
                  "liq_price": 108575
                },
                {
                  "distance_pct": 3.84,
                  "estimated_oi_fraction": 0.1225,
                  "leverage": 25,
                  "liq_price": 111625
                }
              ],
              "squeeze_bias": "long_squeeze_risk",
              "total_long_oi_estimate": 44571,
              "total_short_oi_estimate": 39749.15
            },
            "disclaimer": "Cluster map is estimated from OI and leverage-band modeling — NOT a live order book. Not financial advice.",
            "funding_rate": 0.0001,
            "mark_price": 107500,
            "open_interest": 84320.15,
            "recent_prints": {
              "available": true,
              "count": 5,
              "note": "side:buy = short position liquidated (forced buy to close); side:sell = long position liquidated (forced sell to close).",
              "prints": [
                {
                  "pos_side": "short",
                  "price": 107600.5,
                  "side": "buy",
                  "size": 10.1,
                  "time": "2026-01-01T00:00:00.000Z"
                }
              ],
              "source": "okx-public"
            }
          },
          "example_kind": "illustrative_schema_only",
          "example_note": "Placeholder values and timestamps, not market data.",
          "type": "json"
        }
      },
      "routeTemplate": ":var1",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "pathParams": {
                "type": "object"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "kronossignals.com",
  "lastUpdated": "2026-09-18T01:30:16.1Z",
  "quality": {
    "calls30d": 12,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-18T01:30:15.895Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "kronossignals.com",
    "manifest_name": "kronossignals.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}