# RagRadar Smart Money Wallet Intelligence

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

Returns on-chain smart money intelligence and behavioral analytics for a given blockchain wallet address

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/smart-money/wallet/%7Baddress%7D
- 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-wallet-intelligence-72bfb75d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_e7ZPT7oqKBKmAihdL1Tqn

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-72bfb75d
```

Example prompt: Can you pull the smart money intelligence report for wallet 0x1234...abcd on RagRadar — I want to know if this address is a sophisticated trader or whale before I copy their positions.

## When to prefer this

Use this endpoint when you need to quickly assess whether a specific wallet address exhibits smart money behavior, before copying trades, whitelisting addresses, or performing due diligence on DeFi counterparties. Prefer this over generic block explorers when you need structured intelligence signals rather than raw transaction data, and when you need coverage across Base, Arbitrum, and Solana in a single API call with per-query micropayment pricing.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Wallet address with no on-chain history may return empty or minimal data
- Unsupported chain addresses may not return full intelligence
- Payment failure via x402 micropayment results in 402 response blocking data access
- Rate limiting if too many requests are made in quick succession

## How this service works

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

## Output

A JSON object containing on-chain intelligence for the queried wallet address, including smart money classification, behavioral signals, trading sophistication indicators, and activity metrics 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-wallet-intelligence-72bfb75d/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)
