# RagRadar Token Intelligence Enrichment

> RagRadar Token Intelligence Enrichment 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 token intelligence and analytics for a given token address on a specified blockchain (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://ragradar.space/api/enrich/token/%7Bchain%7D/%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-enrichment-524641fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BaMVLMEjX0gK6QEthyoPE

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-524641fc
```

Example prompt: Can you pull up the RagRadar token intelligence for the contract address 0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA on Base and tell me what the on-chain data shows?

## When to prefer this

Use this endpoint when you need AI-powered enrichment and intelligence for a specific token address on Base, Arbitrum, or Solana — particularly when you want on-chain analytics beyond basic price data, including smart money signals and token-level insights for DeFi research.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Token address not found on the specified chain
- Malformed contract address format causes a 400-level error
- Payment not fulfilled triggers a 402 Payment Required response
- Network or upstream data provider unavailable causes 5xx error

## How this service works

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

## Output

Returns enriched token intelligence including on-chain analytics data such as token metrics, smart money signals, and other AI-powered insights for the specified token address 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-intelligence-enrichment-524641fc/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)
