# RagRadar Wallet Intelligence

> RagRadar Wallet Intelligence is a paid API for AI agents from ragradar.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Retrieves AI-powered on-chain intelligence and analytics for a specific wallet address across Base, Arbitrum, and Solana

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/intelligence/wallet/%7Baddress%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-wallet-intelligence-789ddc57
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4JVEK-mkylGn9oxrVC34g

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-wallet-intelligence-789ddc57
```

Example prompt: Pull up the on-chain intelligence profile for wallet 0x4e3b9c21f6d8a2f7d3c1e5a8b0d9f2e6c4a7b3d1 — I want to know if it's a smart money wallet and what it's been doing across Base, Arbitrum, and Solana.

## When to prefer this

Use this endpoint when you need multi-chain wallet intelligence in a single call, especially when evaluating whether an address is a smart money wallet, whale, or notable DeFi participant across Base, Arbitrum, and Solana simultaneously.

## Known failure modes

- Invalid wallet address format returns error
- Unsupported chain address format may return empty data
- Rate limiting or payment failure returns 402
- Wallet with no on-chain history may return sparse results
- Network timeout on high-traffic chains

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

Returns a JSON object with on-chain analytics for the specified wallet address, potentially including token balances, transaction patterns, DeFi positions, smart money classification, and activity signals across supported chains (Base, Arbitrum, Solana).

## Example request

```json
{
 "properties": "wallet_analysis"
}
```

## 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-wallet-intelligence-789ddc57/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.vercel.app](https://www.zero.xyz/host/ragradar.vercel.app/llms.txt)
