# Whaletape SOL Squeeze Score

> Whaletape SOL 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 SOL based on funding rate stretch, open interest levels, and whale positioning versus crowd sentiment, with reasoning included.

## Facts

- Endpoint: GET https://whaletape.xyz/squeeze/SOL
- 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-sol-squeeze-score-05dc9373
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H_H_FCwdT9zFjEcpVgWYw

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-sol-squeeze-score-05dc9373
```

Example prompt: What's the current squeeze score for SOL on Whaletape — is funding stretched and are whales positioned against the crowd right now?

## When to prefer this

Use this endpoint when you need a pre-computed, ready-to-use squeeze risk score for SOL specifically, with human-readable reasoning included. Prefer this over the generic /squeeze endpoint when you only care about SOL and want minimal latency. Prefer this over raw funding/OI data endpoints when you want a single actionable score rather than raw metrics to compute yourself.

## Known failure modes

- Market symbol not supported — endpoint is SOL-specific
- Upstream Hyperliquid data unavailable causing stale or missing scores
- Rate limiting or payment failure (x402 micropayment not processed)
- Score returned but reasoning field empty if data is insufficient
- Network timeout if real-time data feed is delayed

## How this service works

Whether a squeeze is building in SOL: 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

Returns a structured response with a 0-100 squeeze probability score for the SOL perpetual market, accompanied by the underlying reasoning — including the current funding rate stretch level, open interest magnitude, and directional whale positioning relative to retail crowd sentiment.

## More

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