# AI Rook WHOIS Lookup

> AI Rook WHOIS Lookup is a paid API for AI agents from agents.ai-rook.com, paid per call via x402, $0.0025/call, status unknown (last checked 2026-09-14).

Returns WHOIS registration data for a domain, including creation date, expiry, registrar, and nameservers

## Facts

- Endpoint: GET https://agents.ai-rook.com/api/whois
- Price: $0.0025/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-whois-lookup-0b96f4c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Cnc6wcHxOuM-HQRzkcu3v

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-whois-lookup-0b96f4c4
```

Example prompt: Can you look up the WHOIS record for ai-rook.com and tell me when it was registered, when it expires, and who the registrar is?

## When to prefer this

Use this endpoint when an agent needs to retrieve domain registration metadata (registrar, dates, nameservers) without an API key or signup, paying only $0.005 USDC per call via x402 on Base mainnet. Prefer this over free WHOIS APIs when operating in a crypto-native, pay-per-call agent commerce context or when you need programmatic access without rate-limit concerns tied to authentication.

## Known failure modes

- Domain not found or unregistered — likely returns empty or error response
- Invalid domain format — malformed input may return 4xx error
- WHOIS data unavailable for certain TLDs or privacy-protected domains
- Rate limiting or payment failure on x402 — 402 Payment Required if USDC payment not provided
- Stale or cached WHOIS data may not reflect very recent registration changes

## 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 JSON object containing the domain's creation date, expiration date, registrar name, and list of nameservers, e.g. {domain, created, expires, registrar, nameservers[]}

## 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-whois-lookup-0b96f4c4/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)
