# RagRadar Smart Money Token Intelligence

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

Returns smart money flow and on-chain intelligence data for a specific token address across supported chains

## Facts

- Endpoint: GET https://ragdar.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-29ab693e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GfwITDZn9M0pvkYsS6nrP

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-29ab693e
```

Example prompt: Pull smart money data for token 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base — I want to see which sophisticated wallets are accumulating or selling it right now.

## When to prefer this

Use this endpoint when you need smart money / whale wallet intelligence for a specific token contract address on Base, Arbitrum, or Solana. Prefer this over generic blockchain explorers when the goal is understanding sophisticated investor behavior rather than raw transaction data. Best suited for DeFi research, portfolio signal generation, and pre-trade due diligence where institutional-level on-chain flow data matters.

## Known failure modes

- Invalid or malformed token contract address returns an error
- Token address not indexed or unsupported chain returns empty or error response
- Rate limiting or payment failure via x402 micropayment returns 402 or 429
- Network timeout if the underlying on-chain data source is slow

## How this service works

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

## Output

A JSON object containing smart money analytics for the specified token address, including signals about which sophisticated or whale wallets are buying, selling, or holding the token, along with flow metrics and on-chain intelligence indicators relevant to that token on its native 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-smart-money-token-intelligence-29ab693e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragdar.vercel.app](https://www.zero.xyz/host/ragdar.vercel.app/llms.txt)
