# RagRadar Smart Money Wallet Tracker

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

Retrieves smart money tracking data and on-chain intelligence for a given wallet address across supported chains

## Facts

- Endpoint: GET https://ragradar.space/api/smart-money/wallet/%7Baddress%7D
- 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-wallet-tracker-7a64fab8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YuOPpwYJ-76snnyd-yfAJ

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-wallet-tracker-7a64fab8
```

Example prompt: Can you pull up the smart money signals and on-chain activity for wallet 0x4a7d3b4e2f1c...9a on RagRadar — I want to know if this is a whale or smart money trader?

## When to prefer this

Use this endpoint when you need to identify whether a specific wallet exhibits smart money behavior, track whale movements, or perform on-chain intelligence lookups for a known wallet address across Base, Arbitrum, or Solana. Prefer this over generic block explorers when you need aggregated smart money signals rather than raw transaction data.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Unsupported chain address format may yield no results
- Rate limiting or payment failure (x402) blocks the response
- Wallet with no on-chain activity may return empty or minimal data
- Network timeout for wallets with very large transaction histories

## How this service works

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

## Output

Returns on-chain analytics and smart money classification data for the queried wallet address, including trading signals, activity patterns, and intelligence indicators across Base, Arbitrum, and Solana chains.

## 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-wallet-tracker-7a64fab8/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)
