# Liquidation Cascade Detector – 5 Majors (SOL/BTC/ETH/XRP/DOGE)

> Liquidation Cascade Detector – 5 Majors (SOL/BTC/ETH/XRP/DOGE) is a paid API for AI agents from x402.ochinimus.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Detects liquidation cascades across SOL, BTC, ETH, XRP, and DOGE perpetual markets on Bybit, OKX, and Binance

## Facts

- Endpoint: GET https://x402.ochinimus.app/api/cascade
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/liquidation-cascade-detector-5-majors-sol-btc-eth-xrp-doge-b2a29d29
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s2ZAINeYdWGhTlUMgfJri

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 liquidation-cascade-detector-5-majors-sol-btc-eth-xrp-doge-b2a29d29
```

Example prompt: Check if there's a liquidation cascade happening right now in any of the 5 majors — BTC, ETH, SOL, XRP, or DOGE — across Bybit, OKX, and Binance perps.

## When to prefer this

Use this endpoint when you need fast, focused cascade detection for only the top 5 crypto assets (SOL/BTC/ETH/XRP/DOGE) — it's cheaper and faster than the full ~600-symbol scan. Prefer this for real-time alerts, trading signals, or dashboards focused on major assets. Use /api/cascade-scan instead if you need coverage across all ~600 USDT perpetuals.

## Known failure modes

- Exchange API downtime may result in partial data for one or more venues
- No cascade currently detected returns an empty or neutral result set
- Payment of $0.01 USDC not fulfilled returns 402 Payment Required
- Rate limiting may return 429 if called too frequently

## How this service works

Liquidation cascade detector for the 5 majors (SOL/BTC/ETH/XRP/DOGE) across Bybit+OKX+Binance. For all ~600 perps use /api/cascade-scan

## Output

Returns cascade detection signals for the 5 major crypto perpetual markets (SOL/BTC/ETH/XRP/DOGE) aggregated across Bybit, OKX, and Binance, including which symbols are experiencing cascade conditions, long/short breakdown of liquidations, severity indicators, and cross-exchange confirmation of cascade events.

## 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"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/liquidation-cascade-detector-5-majors-sol-btc-eth-xrp-doge-b2a29d29/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.ochinimus.app](https://www.zero.xyz/host/x402.ochinimus.app/llms.txt)
