# RagRadar Smart Money Activity

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

Retrieves on-chain smart money wallet activity and transaction intelligence across Base, Arbitrum, and Solana networks

## Facts

- Endpoint: GET https://backup.ragradar.space/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-d98adc95
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RaO4_QR1Mo3ZzWTxZgLYW

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

Example prompt: Show me the latest smart money wallet activity on Base — I want to see what sophisticated on-chain traders have been doing recently.

## When to prefer this

Use this endpoint when you need on-chain smart money transaction intelligence specifically on Base, Arbitrum, or Solana — particularly when building trading signals, monitoring whale behavior, or tracking DeFi flows from sophisticated wallets. Prefer this over generic blockchain explorers when you want pre-filtered smart money activity rather than raw transaction data.

## Known failure modes

- Invalid or unsupported properties parameter returns malformed request error
- Network not supported returns 400 or empty result
- Missing x402 payment header returns 402 Payment Required
- Rate limiting or quota exhaustion returns 429
- Backup domain may have higher latency or downtime than primary
- Sparse activity periods may return empty or minimal result sets

## How this service works

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

## Output

Returns a JSON object with on-chain smart money activity data including recent transactions, wallet movements, and trading actions from tracked sophisticated addresses across the requested blockchain network.

## 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-d98adc95/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from backup.ragradar.space](https://www.zero.xyz/host/backup.ragradar.space/llms.txt)
