# Hyperliquid Smart Money Data API – Pro Dashboard Unlock (60-Minute Access)

> Hyperliquid Smart Money Data API – Pro Dashboard Unlock (60-Minute Access) 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 60-minute access bundle of the full Whaletape Pro snapshot: live whale positioning, smart-money signals, flow data, and an AI-generated market brief for Hyperliquid markets.

## Facts

- Endpoint: GET https://whaletape.xyz/pro/unlock
- 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-data-api-pro-dashboard-unlock-60-minute-access-84452f68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fSujeFNZYJjNc7oJ0svnp

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-data-api-pro-dashboard-unlock-60-minute-access-84452f68
```

Example prompt: Pull the full Whaletape Pro snapshot for Hyperliquid right now — I want whale positioning, the smart-money signals, flow data, and the AI market brief all in one go.

## When to prefer this

Choose this endpoint when you need the complete, all-in-one Pro data bundle in a single call rather than hitting individual sibling endpoints (flows, squeeze, bias, whale list, AI brief) separately. Ideal for agents that want to minimize API calls, need the AI-written narrative alongside raw signals, or are building a full dashboard snapshot pipeline. Prefer individual sibling endpoints if you only need one data type to reduce cost.

## Known failure modes

- Payment not provided or invalid x402 token — access denied with 402 Payment Required
- Upstream Hyperliquid data temporarily unavailable — may return stale or partial snapshot
- Rate limit exceeded if called too frequently within the 60-minute access window
- Network timeout if Hyperliquid on-chain data feed is slow to respond

## How this service works

Live whale positioning, OI/funding signals and AI market briefs from Hyperliquid. Pay per request (x402) or unlock the Pro dashboard for 60 minutes.

## Output

A comprehensive JSON snapshot covering: current whale positions (who, which side, notional size), aggregated smart-money signals per market, 1h/4h/24h flow data, squeeze scores, funding rate and open interest summaries across Hyperliquid markets, and a Claude Opus-generated AI market brief — all reflecting the live state at time of call.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "token": "<32-byte hex token, issued to the paying wallet, valid 60 minutes>",
  "wallet": "0xYourPayingWalletAddress",
  "dashboard": "https://whaletape.xyz/pro/dashboard#token=<your-token>",
  "expires_ts": 1789919373
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hyperliquid-smart-money-data-api-pro-dashboard-unlock-60-minute-access-84452f68/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)
