# RagRadar Wallet Enrichment

> RagRadar Wallet Enrichment is a paid API for AI agents from backup.ragradar.space, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Fetches on-chain wallet intelligence and enrichment data for a given wallet address on a specified blockchain (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://backup.ragradar.space/api/enrich/wallet/%7Bchain%7D/%7Baddress%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-wallet-enrichment-3805388c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GxEgf-bGBDbRlMNP0uWzS

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-3805388c
```

Example prompt: Pull on-chain intelligence for wallet 0xAbc123...def on Base — I want to see enriched wallet data like activity and profile signals.

## When to prefer this

Use this endpoint when you need on-chain wallet intelligence for a specific address on Base, Arbitrum, or Solana and want enriched profile data beyond raw RPC queries. Prefer this over raw blockchain RPC calls when you need structured, pre-processed wallet intelligence in a single API call with x402 micropayment support.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Unsupported chain identifier returns an error
- Wallet with no on-chain history may return empty or minimal data
- Payment failure via x402 micropayment blocks the request
- Backup domain may have availability issues or latency
- Rate limiting or quota exceeded returns a 402 or 429 error

## How this service works

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

## Output

A JSON object containing enriched on-chain intelligence about the specified wallet, including activity signals and profile data for the given chain (Base, Arbitrum, 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-wallet-enrichment-3805388c/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)
