# AI Rook Chat Completions — Live Crypto Trading Intelligence

> AI Rook Chat Completions — Live Crypto Trading Intelligence is a paid API for AI agents from agents.ai-rook.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Provides real-time BTC trading signals, CVD, order flow, and active strategy setups via a chat completions interface powered by the Queen M2.7 456B MoE AI model

## Facts

- Endpoint: POST https://agents.ai-rook.com/v1/chat/completions
- Price: $0.005/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-chat-completions-live-crypto-trading-intelligence-32502e43
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_twe3yNrFh6TUeC_sVPUzH

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-chat-completions-live-crypto-trading-intelligence-32502e43 -d '<json body>'
```

Example prompt: Check AI Rook right now and give me the current BTC trading signal — include CVD, order flow direction, whale activity, and any active strategy setups.

## When to prefer this

Choose this endpoint when an AI agent needs real-time, AI-interpreted Bitcoin trading intelligence — including order flow, CVD, and active strategy context — without managing API keys or subscriptions. Prefer it over raw exchange data feeds when you need the data pre-analyzed and summarized by an LLM in natural language. It is especially valuable for autonomous trading agents that need to make quick directional decisions with minimal post-processing.

## Known failure modes

- Stale or delayed market data if upstream feeds lag
- Model hallucination on specific price levels if data is ambiguous
- Payment not accepted or trial call already used — returns 402
- Malformed chat message format returns 400
- Rate limiting if many concurrent calls are made

## 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

A chat-style AI response containing real-time BTC trading intelligence: directional signals, cumulative volume delta (CVD), whale CVD, open interest, order flow analysis, proximity to key session levels, volume gear ratio, and active strategy setups — generated by the Queen M2.7 456B MoE model.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-rook-chat-completions-live-crypto-trading-intelligence-32502e43/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)
