# Whaletape HYPE Squeeze Score

> Whaletape HYPE Squeeze Score is a paid API for AI agents from whaletape.xyz, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Returns a 0-100 squeeze probability score for the HYPE perpetual market on Hyperliquid, based on stretched funding rates, elevated open interest, and whale positioning against retail crowd.

## Facts

- Endpoint: GET https://whaletape.xyz/squeeze/HYPE
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whaletape-hype-squeeze-score-2f75027b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BmgfIydHJfaXdOny9z05E

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 whaletape-hype-squeeze-score-2f75027b
```

Example prompt: What's the current squeeze score for HYPE on Hyperliquid — is funding stretched, open interest high, and are whales positioned against the crowd?

## When to prefer this

Use this endpoint when you specifically need a pre-computed, scored squeeze signal for HYPE with reasoning, rather than raw funding or open interest data. It combines multiple signals (funding, OI, whale positioning) into one actionable number. Prefer this over the generic /squeeze endpoint if you only need HYPE data and want lower latency and cost. Prefer over building your own composite signal if you lack whale-flow data.

## Known failure modes

- Market symbol not found or delisted — returns 404 or empty data
- Stale underlying data if Hyperliquid feed is delayed — score may lag real-time conditions
- Score at boundary values (0 or 100) may indicate data insufficiency rather than absolute certainty
- Rate limiting or payment failure via x402 protocol — returns 402 or 429

## How this service works

Whether a squeeze is building in HYPE: stretched funding plus high open interest plus whales positioned against the crowd, scored 0-100 with the reasoning shown. Single-market slice of /squeeze

## Output

A JSON object containing a squeeze score from 0 to 100 for the HYPE perpetual market, along with the underlying signals (funding rate stretch, open interest level, whale positioning relative to retail), and a human-readable reasoning string explaining why that score was assigned.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whaletape-hype-squeeze-score-2f75027b/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)
