# RagRadar Smart Money Wallet Intelligence

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

Retrieves on-chain smart money analytics and behavioral intelligence for a given blockchain wallet address across Base, Arbitrum, and Solana

## Facts

- Endpoint: GET https://backup.ragradar.space/api/smart-money/wallet/%7Baddress%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-smart-money-wallet-intelligence-067b0f3f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nGzaZ8PbWyN1FTj2o3rzq

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-intelligence-067b0f3f
```

Example prompt: Pull the smart money profile for wallet 0x1234abcd...5678 on Base — I want to know if this address is considered a smart money trader and what on-chain signals RagRadar has on it.

## When to prefer this

Use this endpoint when you need on-chain smart money profiling for a specific wallet address and want coverage across Base, Arbitrum, and Solana in a single call. Prefer this over generic block explorers when you need behavioral intelligence and classification (smart money vs. retail) rather than raw transaction history.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Address not found or no on-chain activity results in empty or null data
- Network-specific addresses queried against wrong chain context may return no results
- Rate limiting or payment failure (x402 micropayment not processed) blocks the request
- Backup domain may have higher latency or occasional downtime compared to primary

## How this service works

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

## Output

Returns a JSON object with smart money intelligence for the queried wallet address, likely including classification scores, activity metrics, trading patterns, and behavioral signals derived from on-chain data across Base, Arbitrum, and/or 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-wallet-intelligence-067b0f3f/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)
