# RagRadar Smart Money Token Intelligence

> RagRadar Smart Money Token Intelligence is a paid API for AI agents from backup.ragradar.space, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-10).

Retrieves on-chain smart money intelligence and analytics for a specific token address across Base, Arbitrum, and Solana

## Facts

- Endpoint: GET https://backup.ragradar.space/api/smart-money/token/%7Baddress%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-smart-money-token-intelligence-96801dd8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sx26leG6POw7jgqeQLorF

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-smart-money-token-intelligence-96801dd8
```

Example prompt: Pull RagRadar smart money data for token address 0x4200000000000000000000000000000000000006 on Base — I want to see what smart money wallets are doing with it.

## When to prefer this

Use this endpoint when you need on-chain smart money signals for a specific token contract address on Base, Arbitrum, or Solana — particularly when you want to understand how sophisticated or institutional wallets are positioned, rather than just price data or generic market stats.

## Known failure modes

- Invalid or malformed token address returns error
- Token address not found on supported chains returns empty or 404
- Payment not included or insufficient USDC via x402 returns 402
- Unsupported chain or address format returns validation error
- Rate limiting or server error returns 5xx

## How this service works

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

## Output

Returns on-chain smart money analytics for the specified token address, including wallet activity, buy/sell signals, and aggregated intelligence about how sophisticated traders are positioned in that token.

## 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-smart-money-token-intelligence-96801dd8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from backup.ragradar.space](https://www.zero.xyz/host/backup.ragradar.space/llms.txt)
