# RagRadar Smart Money Activity Tracker

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

Retrieves on-chain smart money wallet activity and movements across Base, Arbitrum, and Solana

## Facts

- Endpoint: GET https://ragradar.space/api/smart-money/activity
- 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-activity-tracker-6ff491b1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HvZ0p0__OizRXBaiUSz_S

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-tracker-6ff491b1
```

Example prompt: What are smart money wallets doing right now on Base? Show me their latest on-chain activity so I can spot any interesting accumulation or sell-off signals.

## When to prefer this

Use this endpoint when you need to track or monitor what sophisticated, high-signal wallets (smart money) are doing on-chain across Base, Arbitrum, or Solana — especially for identifying alpha trading signals, accumulation patterns, or exit behaviors from top traders.

## Known failure modes

- Invalid or missing chain parameter returns error response
- Rate limiting or payment failure (402) if USDC not provided
- No activity found for specified filters returns empty result set
- Network congestion may delay real-time data freshness
- Unsupported chain or address format returns validation error

## How this service works

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

## Output

Returns a JSON object with status and smart money wallet activity data, including recent on-chain transactions, movements, and behavioral signals from sophisticated wallets 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-tracker-6ff491b1/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)
