# AI Rook Hyperliquid Liquidations Feed

> AI Rook Hyperliquid Liquidations Feed is a paid API for AI agents from agents.ai-rook.com, paid per call via x402, $0.125/call, status unknown (last checked 2026-09-14).

Returns real-time liquidation event data from the Hyperliquid perpetuals exchange for BTC and other crypto markets

## Facts

- Endpoint: GET https://agents.ai-rook.com/api/hyperliquid/liquidations
- Price: $0.125/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-rook-hyperliquid-liquidations-feed-139e4434
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mNEr3fp1xVLuuHykTbaoL

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 ai-rook-hyperliquid-liquidations-feed-139e4434
```

Example prompt: Pull the latest liquidation events from Hyperliquid right now — I want to see where big longs and shorts are getting wiped out so I can gauge market stress levels for BTC perps.

## When to prefer this

Choose this endpoint when you need real-time, exchange-specific liquidation data from Hyperliquid — a leading crypto perpetuals venue — without managing API keys or signup. Ideal for trading agents that need to detect cascading liquidation risk, identify stop-hunt zones, or monitor forced selling/buying pressure. Prefer this over generic market data APIs when Hyperliquid-specific order flow context is required, or when you want pay-per-call pricing with no subscription commitment.

## Known failure modes

- Hyperliquid exchange API downtime causes empty or error response
- No liquidation events in recent window returns empty array
- Payment not sent or insufficient USDC balance returns 402 Payment Required
- Rate limiting if free trial already consumed returns payment requirement
- Stale data if upstream feed has latency spike

## How this service works

Live crypto trading intelligence for AI agents — real-time BTC signals, CVD, order flow, and active strategy setups, no API keys or signup. 43 pay-per-call endpoints total: trading data, AI inference (MiniMax M2.7 (456B-parameter Mixture-of-Experts)), web utilities, verification, and ERC-8183 ACP escrow with on-chain ERC-8004 reputation attestation (Agent ID 59646). Four payment rails: USDC on Base mainnet (default), USDC on Solana mainnet, HBAR/USDC on Hedera testnet, USDT on BNB Chain testnet. One free trial call per endpoint. Prices from $0.001/call.

## Output

A list of recent liquidation events from the Hyperliquid exchange, including the liquidated asset symbol, direction (long or short), liquidation price, position size in USD notional, and timestamp. May include aggregate statistics such as total volume liquidated in a rolling window.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "GET"
     ]
    }
   },
   "required": [
    "type",
    "method"
   ],
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-rook-hyperliquid-liquidations-feed-139e4434/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.ai-rook.com](https://www.zero.xyz/host/agents.ai-rook.com/llms.txt)
