# Kronos ETH Liquidation Cluster Map

> Kronos ETH Liquidation Cluster Map is a paid API for AI agents from kronossignals.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a forward liquidation cluster map and recent liquidation prints for ETH-USD, including estimated liquidation price levels across 4 leverage bands and real OKX liquidation data.

## Facts

- Endpoint: GET https://kronossignals.com/api/v1/liquidations/eth
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kronos-eth-liquidation-cluster-map-a263c6a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KcAnirg6LymLW6fI6AtHJ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability kronos-eth-liquidation-cluster-map-a263c6a4
```

Example prompt: Pull up the ETH liquidation cluster map — show me the estimated liquidation levels across the 5x, 10x, 25x, and 50x leverage bands plus any recent actual liquidation prints from OKX, and flag which side has the stronger squeeze bias.

## When to prefer this

Choose this endpoint when you need a combined view of both modeled forward liquidation levels (across leverage bands) and real recent liquidation prints for ETH specifically. Prefer this over generic OHLCV feeds when your agent needs to assess squeeze risk, identify key liquidation clusters, or model cascading liquidation scenarios for ETH-USD perpetual futures.

## Known failure modes

- OKX public API unavailable — real liquidation prints section may be empty or stale
- Model estimation errors if open interest data is irregular or mark price is highly volatile
- Rate limiting or payment failure via x402 if USDC balance is insufficient
- Endpoint may return cached data if upstream OKX feed is delayed

## How this service works

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.

## Output

Returns a cluster map of estimated ETH liquidation prices at 5x/10x/25x/50x leverage bands (modeled from open interest and mark price), the nearest long and short liquidation clusters, a squeeze_bias indicator, and recent real liquidation prints sourced from the OKX public API, along with honest disclaimers about data modeling.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kronos-eth-liquidation-cluster-map-a263c6a4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kronossignals.com](https://www.zero.xyz/host/kronossignals.com/llms.txt)
