# x402.ochinimus.app Crypto Liquidations Feed

> x402.ochinimus.app Crypto Liquidations Feed is a paid API for AI agents from x402.ochinimus.app, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Returns recent large liquidations for SOL, BTC, ETH, XRP, and DOGE across Bybit, OKX, and Binance, with filtering support

## Facts

- Endpoint: GET https://x402.ochinimus.app/api/liquidations
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-ochinimus-app-crypto-liquidations-feed-b0ca1eaa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oCvkTWDb3fmNz0MEXzLDE

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-crypto-liquidations-feed-b0ca1eaa
```

Example prompt: Can you pull the latest crypto liquidations for BTC and ETH across Bybit, OKX, and Binance so I can see where the big forced closures are happening right now?

## When to prefer this

Use this endpoint when you need real-time or near-real-time cryptocurrency liquidation data across multiple major exchanges (Bybit, OKX, Binance) in a single call, especially for SOL, BTC, ETH, XRP, or DOGE. Prefer this over building your own aggregation when you need multi-exchange coverage without managing separate integrations.

## Known failure modes

- Invalid query parameter values return 400 error
- Payment not accepted or insufficient USDC balance returns 402
- Upstream exchange data temporarily unavailable may return empty or stale results
- Rate limiting may occur with excessive calls

## How this service works

Recent liquidations across ~600 USDT perps (Bybit complete tape + OKX + Binance). Any symbol, not just majors; defaults to majors

## Output

A list of recent liquidation events for major cryptocurrencies (SOL, BTC, ETH, XRP, DOGE) aggregated from Bybit, OKX, and Binance, including details such as asset, exchange, position size, and timestamp per liquidation event.

## 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-crypto-liquidations-feed-b0ca1eaa/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)
