# Kronos Signals BTC Liquidation Cluster Map

> Kronos Signals BTC 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 estimated liquidation price levels by leverage band plus real recent liquidation prints for Bitcoin (BTC), including cluster maps, nearest long/short clusters, and squeeze bias.

## Facts

- Endpoint: GET https://kronossignals.com/api/v1/liquidations/btc
- 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-signals-btc-liquidation-cluster-map-849e20fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rXiWSGUHMdOFkvvSYayKy

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-signals-btc-liquidation-cluster-map-849e20fb
```

Example prompt: What are the current BTC liquidation clusters right now — show me the estimated liquidation price levels across the 5x, 10x, 25x, and 50x leverage bands, the nearest long and short clusters, and the squeeze bias.

## When to prefer this

Use this endpoint when an AI agent or trader needs to identify Bitcoin-specific liquidation pressure zones and leverage cascade risks, particularly when they want both modeled cluster estimates and real OKX liquidation prints in a single call. Prefer this over generic derivatives snapshots when the specific goal is identifying where forced liquidations are clustered and gauging squeeze direction.

## Known failure modes

- OKX public API unavailable — real liquidation prints section may be empty or stale
- Payment not processed — 402 response requiring x402 payment of $0.02 USDC
- Invalid or unsupported asset symbol — only the 16 listed assets are supported
- Open interest or mark price data temporarily unavailable — estimated cluster levels may be incomplete
- Rate limiting — too many calls in a short period

## 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 liquidation cluster map with estimated price levels at which leveraged positions (5x/10x/25x/50x) would be liquidated for BTC, plus recent real liquidation prints sourced from OKX, the nearest long and short liquidation clusters relative to current price, a squeeze bias indicator, and honest disclaimers about model assumptions.

## 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-signals-btc-liquidation-cluster-map-849e20fb/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)
