# Hyperliquid Smart Money Market Analysis (AI Narrative)

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

Returns a Claude Opus-written narrative analysis of current Hyperliquid market conditions, grounded in live funding rates, open interest, and whale positioning data — framed as educational commentary, not financial advice.

## Facts

- Endpoint: GET https://whaletape.xyz/analysis
- Price: $0.1/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-market-analysis-ai-narrative-878c2650
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vm1TQ0f8anIjJlr3cC_dN

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-market-analysis-ai-narrative-878c2650
```

Example prompt: Can you pull the latest Hyperliquid market briefing from WhaleTape — I want that Claude Opus narrative that breaks down what funding rates, open interest, and whale positioning are saying about the market right now.

## When to prefer this

Choose this endpoint when you need a human-readable, synthesized narrative interpretation of current Hyperliquid market conditions rather than raw data. It is ideal for agents that need to present market context to non-technical users, generate commentary for reports, or quickly orient a user to market structure without requiring them to interpret raw numbers. Prefer the raw data endpoints if you need structured, machine-parseable signals for downstream logic rather than prose.

## Known failure modes

- Stale snapshot: if the underlying data feed is delayed, the narrative may reflect slightly outdated conditions
- Upstream data unavailability: if Hyperliquid data cannot be fetched, the endpoint may return an error or partial analysis
- Rate limiting: repeated rapid calls may be throttled
- Payment failure: x402 payment of $0.25 USDC must succeed or the endpoint returns 402
- LLM generation failure: Claude Opus unavailability would block narrative generation

## How this service works

A written read of the market right now by Claude Opus, grounded in this snapshot: funding, open interest and whale positioning. Educational, not advice

## Output

A free-text narrative paragraph or short report authored by Claude Opus, interpreting the current Hyperliquid market snapshot. The text covers key funding rate levels, open interest trends, and how large traders are positioned — framed as educational analysis. No structured JSON data fields; the output is a readable written commentary.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "brief": "## Overview\nCrypto funding rates are markedly stretched across altcoins and memes (0.5–1.6% hourly), while index perps (SP500, XYZ100) remain depressed at 0.06% hourly. This 8–26× divergence suggests aggressive leveraged ...",
  "model": "claude-opus-5",
  "disclaimer": "AI-generated educational analysis; NOT financial advice",
  "generated_at": "2026-08-23T01:34:53.600706+00:00"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hyperliquid-smart-money-market-analysis-ai-narrative-878c2650/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)
