# RagRadar Wallet Intelligence

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

Fetches on-chain intelligence and analytics for a given blockchain wallet address across Base, Arbitrum, and Solana networks.

## Facts

- Endpoint: GET https://ragdar.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-2fd14d7e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5-GE9_F6uboDrkTkbGIqF

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-2fd14d7e
```

Example prompt: Pull the on-chain intelligence report for wallet address 0x1234...abcd — I want to see its activity, token holdings, and transaction profile across Base and Arbitrum.

## When to prefer this

Use this endpoint when you need comprehensive on-chain intelligence for a specific wallet address across Base, Arbitrum, or Solana. It is ideal for AI agents that need to profile wallet behavior, assess DeFi activity, or enrich data about a crypto address without building custom blockchain indexing. Prefer this over raw RPC calls when you want pre-aggregated, agent-ready intelligence rather than raw transaction data.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Wallet address not found or has no activity on supported chains returns empty or minimal data
- Unsupported chain or address format may return an error
- Rate limiting or payment failure via x402 micropayment protocol may block access
- Network timeouts for chains with slow RPC responses

## 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 requested wallet address, including data such as token balances, transaction history, activity patterns, and network-specific metrics across supported chains (Base, Arbitrum, Solana). The response includes a status field and structured wallet profile data.

## 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-2fd14d7e/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)
