# RagRadar Token Intelligence

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

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

## Facts

- Endpoint: GET https://ragradar.vercel.app/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-intelligence-81cf20cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-iGJKYLpVMSSJ0wE2qd4I

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-81cf20cb
```

Example prompt: Pull up the RagRadar token intelligence for the Solana token at address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v — I want to see the on-chain analytics and any smart money signals.

## When to prefer this

Use this endpoint when you need on-chain analytics and AI-powered intelligence for a specific token contract address on Base, Arbitrum, or Solana — especially when you want smart money tracking, whale signals, or social signals alongside standard token metrics in a single call.

## Known failure modes

- Invalid chain identifier returns an error or empty response
- Invalid or unrecognized token contract address returns 404 or empty data
- Token not indexed on the specified chain returns no data
- Payment failure (x402) if USDC not provided correctly
- Rate limiting or server errors from Vercel deployment

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

Returns AI-powered token intelligence for the specified token on the given chain, potentially including price data, smart money activity, whale alerts, social signals, and on-chain market metrics.

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