# RagRadar Token Intelligence

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

Fetches on-chain token intelligence data for a given token address on a specified blockchain (Base, Arbitrum, or Solana)

## Facts

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

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-18d3d46f
```

Example prompt: Can you pull up the on-chain token intelligence for the token at address 0xAbC123... on Base?

## When to prefer this

Use this endpoint when you need on-chain token intelligence for a specific contract address on Base, Arbitrum, or Solana and want a pay-per-call micropayment model ($0.05 USDC via x402) rather than a subscription. Prefer over generic block explorers when building AI agent workflows that need structured token data programmatically.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Token address not found on the specified chain returns empty or error response
- Malformed address format may return a bad request error
- Unsupported chain (not Base, Arbitrum, or Solana) likely returns an error
- Payment failure via x402 micropayment blocks the request

## How this service works

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

## Output

A JSON object containing on-chain intelligence about the specified token, including metadata and status fields sourced from RagRadar's multi-chain data layer across Base, Arbitrum, and Solana.

## 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-18d3d46f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragdar.vercel.app](https://www.zero.xyz/host/ragdar.vercel.app/llms.txt)
