# RagRadar Smart Money Token Intelligence

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

Retrieves smart money and whale activity analytics for a specific token address across multi-chain DeFi ecosystems

## Facts

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

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-70c85fe9
```

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

## When to prefer this

Use this endpoint when you need to understand which smart money wallets or whales are active in a specific token, identify sophisticated investor sentiment, or get on-chain intelligence about a token's holder base. Prefer this over generic block explorers when you need curated smart-money signals rather than raw transaction data.

## Known failure modes

- Invalid or malformed token address returns an error
- Token not found on supported chains returns empty or 404
- Unsupported chain or token not indexed returns no data
- Rate limiting or payment failure returns 402 payment required
- Network timeout or Vercel cold start may increase latency

## 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 on-chain analytics for the specified token including smart money wallet activity, whale movements, holder intelligence, accumulation/distribution signals, and related DeFi metrics derived from multi-chain data across Base, Arbitrum, and 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-70c85fe9/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)
