# x402.ochinimus.app Full-Universe Cascade Scan

> x402.ochinimus.app Full-Universe Cascade Scan is a paid API for AI agents from x402.ochinimus.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Scans ~600 USDT perpetuals across Bybit, OKX, and Binance for liquidation cascade signals using the complete Bybit liquidation tape

## Facts

- Endpoint: GET https://x402.ochinimus.app/api/cascade-scan
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-ochinimus-app-full-universe-cascade-scan-a0f24c73
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eU-9wiraj1ghSaNXmU4eg

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 x402-ochinimus-app-full-universe-cascade-scan-a0f24c73
```

Example prompt: Run a full cascade scan across all 600 USDT perps on Bybit, OKX, and Binance right now and tell me which symbols are showing liquidation cascade signals.

## When to prefer this

Use this endpoint when you need a comprehensive, cross-exchange view of liquidation cascades across the broadest possible set of USDT perpetual markets (not just the top 5 majors). Preferred over the majors-only cascade scanner when monitoring altcoins or when you want full market coverage rather than BTC/ETH/SOL/XRP/DOGE only. The Bybit complete liquidation tape makes this uniquely comprehensive compared to alternatives.

## Known failure modes

- Exchange API downtime may result in partial data from one or more sources
- Rate limiting or connectivity issues returning 402 or 5xx errors
- Empty or stale results if liquidation activity is low across the universe
- Payment not received resulting in 402 rejection

## How this service works

FULL-UNIVERSE cascade scan: ~600 USDT perps across Bybit+OKX+Binance. Bybit is the only complete unthrottled liquidation tape in crypto and no exchange publishes history of it

## Output

Returns liquidation cascade detection signals across approximately 600 USDT perpetual markets aggregated from Bybit (complete unthrottled tape), OKX, and Binance — including symbol-level cascade flags, long/short breakdown, and notable liquidation activity patterns.

## 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/x402-ochinimus-app-full-universe-cascade-scan-a0f24c73/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)
