# x402.ochinimus.app Liquidation Leaders

> x402.ochinimus.app Liquidation Leaders is a paid API for AI agents from x402.ochinimus.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns the top crypto perpetual futures symbols ranked by total liquidation USD, with long/short split, biggest single print, and venue count across ~600 USDT perps

## Facts

- Endpoint: GET https://x402.ochinimus.app/api/liquidation-leaders
- 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/x402-ochinimus-app-liquidation-leaders-f8e4d65d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EO0jJaFx2nAA5z8OXw63K

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-liquidation-leaders-f8e4d65d
```

Example prompt: Which crypto perps are blowing up the most right now — show me the top symbols ranked by total liquidation USD with the long/short split and the biggest single print for each.

## When to prefer this

Use this endpoint when you need a broad market-wide view of which symbols are experiencing the most liquidation pressure right now, ranked by total USD liquidated. Prefer this over the 5-majors endpoint when you want coverage beyond BTC/ETH/SOL/XRP/DOGE, and over the full-universe cascade scanner when you want a clean ranked leaderboard rather than cascade signals. Ideal for quickly identifying which coins are 'blowing up' at any given moment.

## Known failure modes

- Payment not included or insufficient — returns 402 Payment Required
- Upstream exchange data unavailable — may return partial or stale data
- No significant liquidation activity — may return empty or minimal list
- Rate limiting if called too frequently without payment

## How this service works

What is blowing up right now: top symbols by liquidation USD across ~600 USDT perps, with long/short split, biggest print and venue count

## Output

A ranked list of perpetual futures symbols sorted by total liquidation USD, each entry including long liquidation amount, short liquidation amount, the size of the biggest individual liquidation print, and the number of venues (exchanges) where liquidations occurred — covering ~600 USDT perp markets.

## 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-liquidation-leaders-f8e4d65d/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)
