# RagRadar Smart Money Token Intelligence

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

Retrieves smart money activity, whale movements, and on-chain intelligence for a specific token address across multi-chain analytics

## Facts

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

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-acb54867
```

Example prompt: Pull the smart money and whale activity for token address 0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed on Base — I want to know if big wallets are accumulating or dumping it.

## When to prefer this

Use this endpoint when you need smart money and whale-level on-chain intelligence for a specific token contract address, particularly across Base, Arbitrum, or Solana. Prefer this over generic token info APIs when the use case is specifically about tracking large wallet behavior, institutional accumulation, or identifying smart money signals rather than price or market cap data.

## Known failure modes

- Invalid or malformed token address returns an error
- Token address not indexed on supported chains returns empty or 404
- Rate limiting or payment failure returns 402 or 429
- Unsupported chain for given address format returns error
- No smart money activity found for obscure or newly deployed tokens

## How this service works

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

## Output

Returns on-chain smart money intelligence for the specified token address, including whale holder data, accumulation/distribution signals, smart money wallet activity, and token-level analytics across supported chains (Base, Arbitrum, Solana).

## 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-acb54867/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)
