# RagRadar On-Chain Address Scanner

> RagRadar On-Chain Address Scanner is a paid API for AI agents from ragradar.space, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

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

## Facts

- Endpoint: GET https://ragradar.space/api/scan/%7Bchain%7D/%7Baddress%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-on-chain-address-scanner-52a19502
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vfk6kyEuoqb6Y-0mmtixP

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-52a19502
```

Example prompt: Can you scan the address 0xAbC1234...5678 on Base and give me on-chain intelligence about what it's been doing?

## When to prefer this

Use this endpoint when you need on-chain intelligence for a specific blockchain address on Base, Arbitrum, or Solana and are comfortable with x402 micropayment ($0.05 USDC per call). Prefer this over general blockchain explorers when you need structured, agent-ready data rather than a human-readable UI.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Malformed or non-existent address returns no data or error
- Payment failure (x402 micropayment not processed) blocks the response
- Chain not supported among Base, Arbitrum, Solana returns an error
- Rate limiting if too many requests are made in a short window

## How this service works

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

## Output

A JSON object with status 'ok' and on-chain intelligence data for the requested address on the specified chain, potentially including transaction history, activity signals, token holdings, or contract interactions depending on the chain and address type.

## 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-52a19502/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)
