# RagRadar Smart Money Activity

> RagRadar Smart Money Activity 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-14).

Retrieves on-chain smart money wallet activity and movement data across Base, Arbitrum, and Solana networks

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/smart-money/activity
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-smart-money-activity-00a0877e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ryeMi7PuuPqJZRXDdZ37F

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-activity-00a0877e
```

Example prompt: What are smart money wallets doing on Base right now — show me their recent on-chain activity and which tokens they're moving.

## When to prefer this

Choose this endpoint when you need real-time or near-real-time on-chain intelligence specifically about smart money or whale wallet behavior across Base, Arbitrum, or Solana. It is well-suited for DeFi agents that need to react to large trader movements, copy-trade signals, or accumulation patterns. Prefer it over generic blockchain explorers when the focus is smart money behavior rather than raw transaction data.

## Known failure modes

- Invalid or missing properties parameter returns malformed request error
- Unsupported chain identifier returns empty or error response
- x402 micropayment failure blocks request entirely
- Rate limiting if too many calls made in quick succession
- Response schema is minimal (status: ok) so detailed error messages may not be surfaced

## How this service works

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

## Output

Returns a JSON object containing recent on-chain activity from smart money wallets, likely including transaction details, wallet addresses, token transfers, amounts, timestamps, and network identifiers 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-activity-00a0877e/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)
