# RagRadar Token Intelligence

> RagRadar Token Intelligence is a paid API for AI agents from ragradar.space, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-08).

Fetches AI-powered on-chain token analytics for a specific token address on a given blockchain (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://ragradar.space/api/ai/token/%7Bchain%7D/%7Baddress%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-token-intelligence-c59d7b3e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VZvaKrgo1xgJHVeJrzWbS

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 ragradar-token-intelligence-c59d7b3e
```

Example prompt: Pull the RagRadar token intelligence report for the Arbitrum token at address 0xaf88d065e77c8cC2239327C5EDb3A432268e5831 — I want to see smart money signals, on-chain metrics, and any whale activity.

## When to prefer this

Use this endpoint when you need AI-aggregated on-chain intelligence for a specific token contract on Base, Arbitrum, or Solana, especially when you want smart money tracking, whale alerts, or token-level DeFi signals in a single call rather than querying raw blockchain data directly.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Token address not found or not indexed returns empty or error response
- Malformed contract address format causes a 400-level error
- Payment not completed (x402) results in 402 Payment Required
- Rate limiting or service unavailability returns 5xx errors

## How this service works

On-chain intelligence for AI agents. 73+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

Returns an AI-powered token intelligence object containing on-chain analytics such as smart money tracking, whale signals, price and volume metrics, social signals, and other token-specific data for the requested chain and contract address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-token-intelligence-c59d7b3e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.space](https://www.zero.xyz/host/ragradar.space/llms.txt)
