# Kronos Crypto Liquidation Cluster Map – HYPE-USD

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

Returns estimated liquidation price clusters and real liquidation prints for HYPE-USD, including cluster map, nearest long/short clusters, and squeeze bias across multiple leverage bands.

## Facts

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

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-crypto-liquidation-cluster-map-hype-usd-7ad532ca
```

Example prompt: Pull the HYPE-USD liquidation cluster map from Kronos — I want to see the estimated liquidation price levels across 5x, 10x, 25x, and 50x leverage bands, the nearest long and short clusters, and the current squeeze bias.

## When to prefer this

Choose this endpoint when you specifically need liquidation cluster analysis for HYPE-USD perpetuals — particularly when you want both modeled cluster maps across multiple leverage bands and real liquidation prints in a single call. Prefer this over generic order book or funding rate APIs when the specific question is about where cascading liquidations are likely to occur or have already occurred.

## Known failure modes

- Asset not supported (only HYPE-USD supported on this endpoint)
- OKX public API unavailable causing missing real liquidation prints
- Stale open interest data producing inaccurate cluster estimates
- Model estimates may diverge significantly from actual exchange liquidation engines
- Rate limiting or payment failure via x402 protocol

## 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 JSON response containing: a liquidation cluster map with estimated price levels per leverage band (5x/10x/25x/50x), the nearest long and short liquidation clusters relative to current price, a squeeze_bias indicator, recent real liquidation prints sourced from OKX public data, and honest disclaimers about the modeled nature of cluster estimates.

## 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-crypto-liquidation-cluster-map-hype-usd-7ad532ca/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)
