# Omniterminal Hyperliquid Liquidation Levels

> Omniterminal Hyperliquid Liquidation Levels is a paid API for AI agents from omniterminal.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns a structured view of forced-liquidation pressure zones for a Hyperliquid perpetual symbol, using all published bounded liquidation levels anchored to live mark price, with position-side semantics and margin-stress scenarios.

## Facts

- Endpoint: GET https://omniterminal.app/api/x402/v1/liquidations/:symbol
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/omniterminal-hyperliquid-liquidation-levels-74055255
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0iaaKfaQNzTPPwkQvxnn0

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 omniterminal-hyperliquid-liquidation-levels-74055255
```

Example prompt: Show me where forced liquidation pressure is concentrated for BTC on Hyperliquid — give me the cluster view so I can see which price zones would trigger the most cascading liquidations.

## When to prefer this

Use this endpoint when you need granular, real-time liquidation pressure analysis specifically for Hyperliquid perpetual markets, with position-side semantics and multiple visualization views (heatmap, cluster, flow, summary). Prefer over generic orderbook endpoints when forced-liquidation cascade risk or margin-stress scenario modeling is the goal.

## Known failure modes

- Invalid or unsupported symbol returns error
- Symbol not listed on Hyperliquid returns not-found error
- No published liquidation data available for thinly-traded symbol
- Payment failure via x402 protocol prevents access
- Stale mark price anchor if Hyperliquid feed is delayed
- View type parameter not recognized returns validation error

## How this service works

Omni Terminal finds where forced-liquidation pressure is concentrated using all bounded published Hyperliquid levels anchored to live mark price, explicit position-side versus liquidation-flow semantics, margin-stress scenarios, and a selected summary, heatmap, cluster, or flow view.

## Output

Returns bounded published liquidation levels for the requested symbol anchored to live mark price, organized into the selected view: summary (aggregate stats), heatmap (price-level density), cluster (grouped pressure zones), or flow (directional liquidation sequence). Includes position-side semantics (long vs short), margin-stress scenario breakdowns, and quantified liquidation pressure at each price zone.

## More

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