# RagRadar Token Intelligence Enrichment

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

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

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/enrich/token/%7Bchain%7D/%7Baddress%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-token-intelligence-enrichment-90a2e731
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pCO12MtwZOB6xBkpj9lPY

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-enrichment-90a2e731
```

Example prompt: Can you pull the RagRadar token intelligence report for the token at address 0xabc123...def on Base — I want to see smart money signals and on-chain analytics for it?

## When to prefer this

Use this endpoint when you need AI-enriched token-level intelligence for a specific contract address on Base, Arbitrum, or Solana — especially when you want smart money signals, social indicators, or DeFi context beyond basic token metadata. Prefer this over generic block explorers when you need aggregated analytical context rather than raw blockchain data.

## Known failure modes

- Invalid or unsupported chain identifier returns an error response
- Malformed or non-existent token address returns a not-found or error status
- Payment failure (402) if x402 payment header is missing or insufficient
- Token not yet indexed on RagRadar returns empty or partial data
- Rate limiting or upstream data source unavailability

## 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-enriched token intelligence data including on-chain analytics, token metadata, and potentially smart money signals or social indicators for the specified token on the given 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-intelligence-enrichment-90a2e731/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)
