A

Ai Rook · Order Flow

by Ai Rook

GETBaseSolana

$0.125

per call · USD Coin on Base

Order flow snapshot — CVD, OI, whale CVD, session levels, proximity to key levels, volume gear ratio. Live from rook-engine MMT WebSocket feed

Endpoint

GET https://agents.ai-rook.com/api/order-flow

26

Calls / 30d

1

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://agents.ai-rook.com/api/order-flow", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://agents.ai-rook.com/api/order-flow?bars=100&symbol=BTCUSDT&timeframe=15m" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "cvd": {
    "direction": "up",
    "value": 1240000
  },
  "gear": "high",
  "oi": {
    "direction": "up",
    "value": 8900000000
  },
  "symbol": "BTCUSDT",
  "timestamp": "2026-07-22T07:00:00Z",
  "volume_ratio": 1.8,
  "whale_cvd": "bullish"
}

Payment details

Pay to0xd5f96558fcb1f127c77c7d95eea067f526d08618
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Ai Rook & similar services