# Hyperliquid Smart Money Pro Snapshot API

> Hyperliquid Smart Money Pro Snapshot API is a paid API for AI agents from whaletape.xyz, paid per call via x402, $0.99/call, status unknown (last checked 2026-09-15).

Returns a full 60-minute Pro snapshot of whale positioning, trading signals, flow data, squeeze scores, and an AI market brief for Hyperliquid in a single JSON call

## Facts

- Endpoint: GET https://whaletape.xyz/pro/data
- Price: $0.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hyperliquid-smart-money-pro-snapshot-api-176a6b53
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rIsQK6KtwPmYckr2W-ShI

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-smart-money-pro-snapshot-api-176a6b53
```

Example prompt: Pull the latest Hyperliquid smart money snapshot right now — I want whale positioning, squeeze scores, capital flows, and the AI market brief all in one shot.

## When to prefer this

Choose this endpoint when you need the complete Hyperliquid smart money intelligence package in a single API call rather than querying individual signal endpoints separately. It is ideal for agents that need to make holistic trading decisions, generate market briefings, or feed multiple downstream systems at once. It saves latency and cost versus chaining the individual /signals, /flows, /squeeze, and /ai-brief endpoints.

## Known failure modes

- Payment not provided or invalid x402 payment — returns 402 Payment Required
- Rate limit exceeded — returns 429 Too Many Requests
- Data temporarily unavailable during snapshot refresh — returns 503 or stale data
- Malformed request headers — returns 400 Bad Request

## How this service works

60 minutes of the full Pro snapshot in one JSON call: whale positioning, signals, flows, squeeze scores and the AI brief, refreshed continuously. Same access as /pro/unlock, without the browser page

## Output

A single JSON object containing the full 60-minute Pro snapshot: whale positions (who, which side, notional), aggregated long/short signals per market, 1h/4h/24h capital flow data, open interest changes, funding rate signals, squeeze scores (funding stretch + OI + whale positioning), and a Claude Opus-generated AI market brief — all refreshed continuously.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "token": "<32-byte hex token; send it as Authorization: Bearer for the next 60 minutes>",
  "wallet": "0xYourPayingWalletAddress",
  "whales": [],
  "markets": [],
  "signals": [],
  "ai_brief": "## Overview\nCrypto funding rates are markedly stretched ...",
  "expires_ts": 1789919373,
  "updated_at": "2026-08-23T01:39:43.769674+00:00",
  "recommendations": [],
  "refresh_seconds": 60
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hyperliquid-smart-money-pro-snapshot-api-176a6b53/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)
