# RagRadar Token On-Chain Intelligence

> RagRadar Token On-Chain 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-15).

Fetches on-chain intelligence and metadata for a specific token by chain and contract address

## Facts

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

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-on-chain-intelligence-4e0e492c
```

Example prompt: Pull the on-chain intelligence for the token at address 0xAbC123... on Base — I want to see what RagRadar has on it.

## 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 pay-per-call access via x402 micropayments without a subscription. Preferred over general block explorers when you need structured, agent-ready data.

## Known failure modes

- Invalid or unsupported chain identifier returns error
- Unrecognized or non-existent contract address returns empty or error response
- Payment not provided or insufficient USDC micropayment causes 402 rejection
- Malformed address format causes bad request error
- Token not indexed on the requested chain returns no data

## How this service works

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

## Output

Returns a JSON object with on-chain intelligence data for the specified token, including status and available metadata fields about the token on the requested chain.

## 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-on-chain-intelligence-4e0e492c/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)
