# RagRadar Token Intelligence

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

Fetches on-chain intelligence and analytics for a specific token address across Base, Arbitrum, and Solana

## Facts

- Endpoint: GET https://backup.ragradar.space/api/intelligence/token/%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-f11a38ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b3qdAmcERlxoX5beYnUz-

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-f11a38ae
```

Example prompt: Can you pull up the on-chain intelligence for token address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base using RagRadar?

## When to prefer this

Use this endpoint when you need on-chain intelligence for a specific token contract address on Base, Arbitrum, or Solana and want a pay-per-call model via x402 micropayments at $0.05 USDC. Prefer this over general blockchain explorers when you need structured, agent-friendly intelligence data rather than raw transaction data.

## Known failure modes

- Invalid or malformed token address returns an error response
- Token address not found on supported chains returns empty or error result
- Unsupported blockchain network for the given address
- Payment not fulfilled via x402 micropayment results in 402 Payment Required
- Network timeout or service unavailability returns 5xx error

## How this service works

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

## Output

A JSON object containing on-chain intelligence data for the specified token address, including metrics and analytics relevant to that token's activity on its respective blockchain (Base, Arbitrum, or 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-f11a38ae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from backup.ragradar.space](https://www.zero.xyz/host/backup.ragradar.space/llms.txt)
