# x402.ochinimus.app Liquidation Stats (5 Majors)

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

Returns 1h and 24h liquidation totals for SOL, BTC, ETH, XRP, and DOGE with long/short split, biggest single liquidation print, and per-exchange breakdown

## Facts

- Endpoint: GET https://x402.ochinimus.app/api/liquidation-stats
- Price: $0.004/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-stats-5-majors-ef875eef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nZ-471CClOWR2Qz99jXep

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-stats-5-majors-ef875eef
```

Example prompt: Show me the 1h and 24h liquidation totals for BTC, ETH, SOL, XRP, and DOGE — I want to see the long/short split, the biggest single liquidation print, and which exchanges are doing the most liquidating right now.

## When to prefer this

Use this endpoint when you need a focused, ready-to-use liquidation summary for the five most-traded crypto assets (SOL, BTC, ETH, XRP, DOGE) with both 1h and 24h windows, long/short split, and per-exchange detail in a single call. Prefer this over the full-universe cascade scan when you only care about the majors and want a cleaner, more structured response without scanning ~600 perps.

## Known failure modes

- Payment failure: x402 micropayment of $0.004 USDC not fulfilled — returns 402 Payment Required
- Upstream data unavailability: exchange feed outage may cause incomplete per-exchange data
- Rate limiting or network timeout on the data provider side
- Empty or stale data if no liquidations occurred in the requested window

## How this service works

1h/24h liquidation totals for the 5 majors (SOL/BTC/ETH/XRP/DOGE), long/short split, biggest print, per-exchange breakdown

## Output

A structured response containing 1-hour and 24-hour liquidation totals denominated in USD for each of the 5 major assets (SOL, BTC, ETH, XRP, DOGE), broken down by direction (long vs. short liquidations), the single largest liquidation event (biggest print), and a per-exchange breakdown showing contribution from Bybit, OKX, and Binance.

## 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-stats-5-majors-ef875eef/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)
