# RagRadar Multi-Chain Address Summary

> RagRadar Multi-Chain Address Summary is a paid API for AI agents from ragradar.space, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-08).

Returns an AI-powered on-chain summary for a given wallet address on a specified blockchain (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://ragradar.space/api/summary/%7Bchain%7D/%7Baddress%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-multi-chain-address-summary-1e17536b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x3_D2Nh6Bj2H-xJeic0RC

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-multi-chain-address-summary-1e17536b
```

Example prompt: Pull me a RagRadar on-chain summary for wallet address 0x4e5f...aB3c on Base — I want to see what this address has been up to.

## When to prefer this

Use this endpoint when you need a quick AI-synthesized overview of a single wallet address's on-chain activity across Base, Arbitrum, or Solana — particularly when you want a high-level summary rather than drilling into a specific signal like whale alerts or DeFi yields.

## Known failure modes

- Invalid or unsupported chain identifier returns error
- Malformed or non-existent wallet address returns error or empty result
- Address with no on-chain activity may return minimal or empty summary
- Rate limiting or payment failure (402) if USDC micropayment not processed
- Network timeout if chain RPC is slow

## How this service works

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

## Output

A JSON object containing an AI-generated on-chain summary for the specified wallet address on the given chain, likely including portfolio activity, holdings overview, and behavioral signals relevant to that chain.

## 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-multi-chain-address-summary-1e17536b/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)
