# RagRadar Token Intelligence Lookup

> RagRadar Token Intelligence Lookup 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).

Retrieves AI-powered on-chain intelligence and analytics for a specific token by contract address across Base, Arbitrum, and Solana

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/intelligence/token/%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-lookup-73b36c11
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_793VS9RdJFPgjGbMtee1z

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-lookup-73b36c11
```

Example prompt: Pull up the full on-chain intelligence report for token address 0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed on Base — I want to see smart money tracking, whale activity, and any social signals RagRadar has on it.

## When to prefer this

Use this endpoint when you need comprehensive AI-powered token intelligence for a specific contract address on Base, Arbitrum, or Solana — especially when you want smart money tracking, whale alerts, and social signals combined in a single call rather than querying multiple data sources separately.

## Known failure modes

- Invalid or malformed token address returns error
- Token address not found on supported chains returns empty or 404
- Unsupported chain for the given address format
- Payment failure (402) if x402 USDC payment not provided
- Rate limiting if too many requests in short period

## 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

A JSON object containing AI-powered on-chain analytics for the specified token, including smart money tracking data, whale alerts, token metrics, DeFi yield information, social signals, and other multi-chain intelligence indicators.

## Example request

```json
{
 "properties": "smart_money_tracking,whale_activity,social_signals"
}
```

## 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-lookup-73b36c11/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)
