# 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-13).

Returns AI-powered on-chain intelligence and analytics for a specific token by contract address across supported chains

## Facts

- Endpoint: GET https://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-cc086727
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wRbc05pxbd74KEHQ81v2m

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

Example prompt: Pull the RagRadar token intelligence report for contract address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base — I want to see smart money signals, social activity, and any whale alerts for it.

## When to prefer this

Choose this endpoint when you need comprehensive AI-powered multi-signal intelligence on a specific token by contract address, particularly when you want smart money tracking, whale alerts, and social signals combined in one call rather than querying multiple fragmented data sources.

## Known failure modes

- Invalid or malformed contract address returns error response
- Token address not found on supported chains returns empty or error result
- Unsupported chain or network for the given address
- Rate limiting or payment failure returns 402 Payment Required
- 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 AI-generated on-chain intelligence for the specified token, potentially including smart money tracking data, whale activity alerts, social signals, token fundamentals, and DeFi-related metrics relevant to the token's 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-cc086727/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)
