# Hyperliquid HYPE Liquidation Levels API

> Hyperliquid HYPE 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-13).

Returns whale liquidation price levels and notional amounts at risk for the HYPE perpetual market on Hyperliquid, sorted nearest to current price first.

## Facts

- Endpoint: GET https://whaletape.xyz/liquidations/HYPE
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hyperliquid-hype-liquidation-levels-api-4c8def1d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WpVLBZYsUPU5T8_PO_bJv

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-hype-liquidation-levels-api-4c8def1d
```

Example prompt: Show me where HYPE whale positions on Hyperliquid are most likely to get liquidated — I want the price levels with the most notional at risk, starting from the closest to current price.

## When to prefer this

Choose this endpoint when you need HYPE-specific liquidation level data without fetching the full multi-market dataset. It is ideal for agents focused exclusively on HYPE perp trading, risk management bots monitoring a single asset, or when minimizing data payload and cost per call. Prefer the full /liquidations endpoint if tracking multiple markets simultaneously.

## Known failure modes

- Market symbol not found or delisted — returns empty result or 404
- Service unavailable or rate-limited — HTTP 402 or 5xx error
- Stale data if Hyperliquid feed is delayed
- Payment not processed — x402 payment required response before data is returned
- Empty result set during low-liquidity periods with no significant whale positions

## How this service works

Where HYPE 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 HYPE

## Output

An ordered list of liquidation price levels for the HYPE perpetual market, each entry containing the price level, the total notional value at risk of liquidation at that level, and the distance from current market price. Results are sorted with nearest levels first, enabling agents to quickly identify imminent liquidation risk zones.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hyperliquid-hype-liquidation-levels-api-4c8def1d/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)
