# AI Rook Hyperliquid Active Strategy Setups

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

Returns active BTC trading strategy setups on Hyperliquid, including real-time signals, CVD, and order flow data for AI agent decision-making.

## Facts

- Endpoint: GET https://agents.ai-rook.com/api/hyperliquid/setups
- Price: $0.25/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-active-strategy-setups-4f4337fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mp8neMOQssDCqsIFc47AK

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-active-strategy-setups-4f4337fb
```

Example prompt: Pull the current active trading strategy setups for BTC on Hyperliquid — I want to see the live signals, CVD, and any key order flow setups that are active right now so I can decide whether to enter a trade.

## When to prefer this

Choose this endpoint when an AI agent needs live, actionable BTC trading strategy setups and order flow intelligence specifically from the Hyperliquid DEX, without requiring API keys or signup. Prefer this over generic price feeds when you need structured strategy setups (not just price), CVD analysis, and whale order flow in a single call. Best for autonomous trading agents that need to make entry/exit decisions based on real-time market microstructure.

## Known failure modes

- No active setups available — returns empty or null setup list during low-volatility or off-session periods
- Payment not received — 402 Payment Required if USDC payment on Base is not attached
- Rate limit or trial exhausted — endpoint returns error after free trial call is consumed without payment
- Hyperliquid data feed delay — real-time data may lag during extreme market conditions
- Network error or timeout — endpoint unreachable, agent should retry

## 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 structured response containing active BTC trading strategy setups on Hyperliquid, including real-time directional signals, cumulative volume delta (CVD), order flow metrics, whale CVD, session levels, proximity to key price levels, and any currently active trade configurations derived from the AI Rook platform's analysis.

## 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-active-strategy-setups-4f4337fb/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)
