# RagRadar On-Chain Address Scanner

> RagRadar On-Chain Address Scanner 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).

Scans a blockchain address on a specified chain (Base, Arbitrum, Solana) and returns on-chain intelligence data for AI agents

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/scan/%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-on-chain-address-scanner-ef1b00fc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HU4x2Dsc5DLIhlBuye93a

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-on-chain-address-scanner-ef1b00fc
```

Example prompt: Can you scan the address 0xAbCd1234...5678 on Base using RagRadar and tell me what on-chain activity or intelligence you find?

## When to prefer this

Use RagRadar when you need on-chain intelligence for addresses specifically on Base, Arbitrum, or Solana and want a pay-per-call model at $0.05 USDC via x402 micropayments. Prefer this over general blockchain explorers when building automated AI agent pipelines that need programmatic on-chain data without API key setup overhead.

## Known failure modes

- Invalid or unsupported chain identifier returns error
- Malformed or non-existent address returns error or empty result
- Unsupported chain (not Base, Arbitrum, or Solana) may return 404 or error
- Payment failure via x402 micropayment protocol blocks the request
- Rate limiting if too many requests in a short window

## How this service works

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

## Output

A JSON object containing on-chain intelligence for the specified address on the requested chain, including activity data, metadata, and relevant blockchain analytics signals. Status field confirms successful scan.

## 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-on-chain-address-scanner-ef1b00fc/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)
