# RagRadar Wallet Enrichment — Multi-Chain

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

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

## Facts

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

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-e7912f47
```

Example prompt: Pull the on-chain wallet enrichment for address 0xABC123...DEF on Base — I want to see portfolio P&L, token holdings, and recent activity.

## When to prefer this

Use this endpoint when you need to enrich a specific wallet address with multi-chain on-chain analytics, particularly for Base, Arbitrum, or Solana chains, and want AI-powered portfolio P&L tracking and token intelligence in a single REST call.

## Known failure modes

- Invalid or unsupported chain identifier returns error
- Malformed wallet address returns error or empty result
- Wallet with no on-chain history may return empty portfolio
- Rate limiting or payment failure (402) if USDC not provided
- Newly created wallet with no transactions may return minimal data

## How this service works

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

## Output

A JSON object with enriched wallet data including portfolio positions, P&L metrics, token balances, and on-chain activity for the specified wallet on the requested 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-multi-chain-e7912f47/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.space](https://www.zero.xyz/host/ragradar.space/llms.txt)
