# RagRadar Wallet Enrichment

> RagRadar Wallet Enrichment 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 enrichment data for a specific wallet address on a given blockchain (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/enrich/wallet/%7Bchain%7D/%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-enrichment-ed1910be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QEMSQmyq9QZJI6tWw2aVU

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-enrichment-ed1910be
```

Example prompt: Can you pull the on-chain intelligence for wallet 0x1234...abcd on Base and tell me what activity and assets you find?

## When to prefer this

Choose this endpoint when you need on-chain intelligence specifically for a wallet address on Base, Arbitrum, or Solana and want a single enriched data payload via a simple GET request with x402 micropayment. Prefer it over generic blockchain explorers when you need structured, agent-ready data rather than raw transaction lists.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Unsupported chain identifier results in a 400 or 404 error
- Wallet with no on-chain activity may return empty or minimal data
- x402 payment failure if USDC balance is insufficient
- Rate limiting if too many requests are made in quick succession
- New or unindexed wallets may return incomplete data

## How this service works

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

## Output

Returns a JSON object containing on-chain intelligence for the specified wallet address on the requested chain, which may include token balances, transaction history, DeFi activity, wallet age, and other enrichment signals relevant to that address.

## 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-enrichment-ed1910be/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)
