# Hyperliquid ETH Liquidation Levels API

> Hyperliquid ETH Liquidation Levels API is a paid API for AI agents from whaletape.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns ETH whale liquidation price levels on Hyperliquid with notional at risk, sorted nearest to current price first

## Facts

- Endpoint: GET https://whaletape.xyz/liquidations/ETH
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hyperliquid-eth-liquidation-levels-api-3d976438
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pFfbPCByMthiHNiQvUeA-

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 hyperliquid-eth-liquidation-levels-api-3d976438
```

Example prompt: Pull the current ETH liquidation levels from Hyperliquid whale data — show me which price levels have the most notional at risk and which ones are closest to the current price.

## When to prefer this

Use this endpoint when you specifically need ETH liquidation data without the overhead of fetching all 320+ markets. Prefer this over the full /liquidations endpoint when your agent only tracks ETH, when you want lower latency for a focused market view, or when you need to minimize cost by not parsing unnecessary multi-market payloads. Choose this over generic market data endpoints when you specifically need whale-level liquidation clustering rather than just price or funding data.

## Known failure modes

- Payment not included or insufficient — endpoint returns 402 Payment Required
- Market symbol mismatch or endpoint unavailable — returns 404 or 500
- No whale position data available at query time — may return empty list
- Stale data if upstream Hyperliquid feed is delayed
- Rate limiting if too many calls are made in short succession

## How this service works

Where ETH whale positions get liquidated and how far price must move to trigger it: levels with notional at risk, nearest first. Single-market slice of /liquidations, for agents that only track ETH

## Output

An ordered list of ETH liquidation price levels derived from whale positions on Hyperliquid, each entry showing the liquidation price, the notional value at risk at that level, and how far current price must move to reach it — sorted nearest first so agents can immediately identify the most imminent cascade risk.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hyperliquid-eth-liquidation-levels-api-3d976438/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whaletape.xyz](https://www.zero.xyz/host/whaletape.xyz/llms.txt)
