# AI Rook Hyperliquid Whale Activity Feed

> AI Rook Hyperliquid Whale Activity Feed is a paid API for AI agents from agents.ai-rook.com, paid per call via x402, $0.125/call, status unknown (last checked 2026-09-14).

Returns real-time whale activity and large-order flow data on Hyperliquid's perpetuals exchange for BTC trading intelligence

## Facts

- Endpoint: GET https://agents.ai-rook.com/api/hyperliquid/whale
- Price: $0.125/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-rook-hyperliquid-whale-activity-feed-f69083ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AxVMAO4Jkh56ShGuv8NMS

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 ai-rook-hyperliquid-whale-activity-feed-f69083ae
```

Example prompt: Pull the current whale activity feed from AI Rook's Hyperliquid endpoint — I want to see what large traders are doing on BTC perps right now, including whale CVD and any big order flow signals.

## When to prefer this

Choose this endpoint when you need real-time, whale-specific order flow data on Hyperliquid perpetuals rather than general market data. It is purpose-built for detecting large trader behavior on BTC perps with no API key or signup required, making it ideal for agents that need to quickly gauge institutional sentiment before executing trades or generating market reports.

## Known failure modes

- Payment not received — returns 402 if USDC payment on Base is not attached or insufficient
- Rate limit exceeded if free trial already consumed and no payment provided
- Hyperliquid API downtime may result in stale or unavailable data
- Malformed response if upstream data source is temporarily unavailable

## How this service works

Live crypto trading intelligence for AI agents — real-time BTC signals, CVD, order flow, and active strategy setups, no API keys or signup. 43 pay-per-call endpoints total: trading data, AI inference (MiniMax M2.7 (456B-parameter Mixture-of-Experts)), web utilities, verification, and ERC-8183 ACP escrow with on-chain ERC-8004 reputation attestation (Agent ID 59646). Four payment rails: USDC on Base mainnet (default), USDC on Solana mainnet, HBAR/USDC on Hedera testnet, USDT on BNB Chain testnet. One free trial call per endpoint. Prices from $0.001/call.

## Output

Returns a real-time snapshot of whale trading activity on Hyperliquid perpetuals, including whale cumulative volume delta (CVD), large order flow metrics, significant position changes, and signals indicating whether large traders are net buyers or sellers on BTC.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-rook-hyperliquid-whale-activity-feed-f69083ae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.ai-rook.com](https://www.zero.xyz/host/agents.ai-rook.com/llms.txt)
