# Kronos Liquidation Cluster Map – SOL (and 16 Crypto Assets)

> Kronos Liquidation Cluster Map – SOL (and 16 Crypto Assets) 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 forward liquidation cluster maps (estimated liquidation price levels by leverage band) and recent real liquidation prints for SOL and 15 other crypto assets, with squeeze bias and nearest cluster signals.

## Facts

- Endpoint: GET https://kronossignals.com/api/v1/liquidations/sol
- 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-liquidation-cluster-map-sol-and-16-crypto-assets-493a29c7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JGbYqX3etWfPANHcGB3T9

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-liquidation-cluster-map-sol-and-16-crypto-assets-493a29c7
```

Example prompt: Pull the forward liquidation cluster map for SOL right now — I want to see the estimated liquidation levels across the 5x, 10x, 25x, and 50x leverage bands, the nearest long and short clusters, and the squeeze bias.

## When to prefer this

Choose this endpoint when you need both modeled forward liquidation cluster estimates across leverage bands AND real recent liquidation print data for a specific crypto asset in a single call. It is especially useful for derivatives traders and quant agents analyzing squeeze setups, cascade risk, or key liquidation magnet zones. It covers 16 major crypto assets and is pay-per-call with no subscription required. Prefer alternatives if you need purely on-chain data, spot market analysis, or assets outside the supported 16.

## Known failure modes

- Unsupported asset symbol returns an error or empty result — only the 16 listed assets (BTC/ETH/SOL/BNB/XRP/DOGE/ADA/AVAX/LINK/DOT/LTC/TRX/BCH/ATOM/NEAR/APT) are supported
- OKX public API unavailability causes Part B (real liquidation prints) to fail while Part A model estimates may still return
- Payment failure via x402 (insufficient USDC balance or misconfigured payment header) blocks the call
- Stale data if OKX upstream is delayed — cluster estimates are modeled, not live order-book derived
- Rate limiting or network timeout at $0.003/call if called in rapid succession without proper x402 payment flow

## 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 structured response with: (A) a forward liquidation cluster map showing estimated liquidation price levels for 5x, 10x, 25x, and 50x leverage bands, derived from open interest and mark price models; (B) real recent liquidation prints sourced from OKX public API; plus nearest_long and nearest_short cluster price zones, a squeeze_bias indicator (long/short/neutral), 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-liquidation-cluster-map-sol-and-16-crypto-assets-493a29c7/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)
