# RagRadar Wallet Enrichment — Multi-Chain

> RagRadar Wallet Enrichment — Multi-Chain 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-08).

Enriches a wallet address on a specified chain (Base, Arbitrum, or Solana) with AI-powered on-chain analytics including portfolio P&L, token holdings, and behavioral intelligence

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/enrich/wallet/%7Bchain%7D/%7Baddress%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-wallet-enrichment-multi-chain-295c2c0a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kgxf_Um7PWisqGXQ-BFCA

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-multi-chain-295c2c0a
```

Example prompt: Enrich the Base wallet 0x1234...abcd for me — pull its portfolio P&L, token holdings, and any smart money signals using RagRadar.

## When to prefer this

Use this endpoint when you need a comprehensive on-chain enrichment of a single wallet address on Base, Arbitrum, or Solana — especially when you want portfolio P&L, token intelligence, or smart money signals in one call. Prefer this over raw blockchain RPC calls when you want pre-processed, AI-augmented analytics without building your own indexing pipeline.

## Known failure modes

- Invalid chain identifier returns an error or empty result
- Malformed wallet address returns a 400-level error
- Wallet with no on-chain activity may return sparse or empty data
- Unsupported chain returns an error
- Rate limiting or payment failure (x402) returns a 402 Payment Required response
- Network timeout or Vercel cold start may cause latency spikes

## 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 containing enriched wallet analytics for the specified chain and address, including portfolio P&L, token balances, on-chain behavioral signals, and potentially DeFi positions or smart money classifications.

## 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-multi-chain-295c2c0a/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)
