# Hyperliquid SOL Liquidation Levels API

> Hyperliquid SOL 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 SOL whale liquidation levels on Hyperliquid with notional at risk, ordered nearest to farthest from current price

## Facts

- Endpoint: GET https://whaletape.xyz/liquidations/SOL
- 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-sol-liquidation-levels-api-5814b5be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_geeCMWeQPcvr5s8sxxmcy

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-sol-liquidation-levels-api-5814b5be
```

Example prompt: Show me where SOL whale positions on Hyperliquid are at risk of getting liquidated — I want to see the liquidation price levels with how much notional is stacked at each, starting with the ones closest to the current price.

## When to prefer this

Use this endpoint when you specifically need SOL liquidation level data without pulling all 320+ markets. It is more efficient than the full /liquidations endpoint when an agent is only tracking SOL. Prefer this over general market data endpoints when you need actionable liquidation clusters and notional-at-risk figures for SOL whale positions specifically.

## Known failure modes

- SOL market data temporarily unavailable returns an error or empty response
- Stale data if Hyperliquid feed is delayed
- Rate limit or payment failure if x402 micropayment is not correctly handled
- Malformed response if upstream Hyperliquid API is disrupted

## How this service works

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

## Output

An ordered list of SOL liquidation price levels on Hyperliquid, each with the notional value at risk and distance from current mark price, sorted nearest first. Data reflects current whale open positions and their estimated liquidation prices.

## Request schema (JSON Schema)

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

## More

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