# RagRadar Clone Address Lookup

> RagRadar Clone Address Lookup is a paid API for AI agents from backup.ragradar.space, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Fetches on-chain intelligence data for a specific contract or wallet address on a given blockchain via the clones endpoint

## Facts

- Endpoint: GET https://backup.ragradar.space/api/clones/%7Bchain%7D/%7Baddress%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-clone-address-lookup-c0d1ee07
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eo-ZzRRVzlw5V_RgGXD4-

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-clone-address-lookup-c0d1ee07
```

Example prompt: Can you pull the on-chain clone data for address 0xAbC123...def on Base using RagRadar?

## When to prefer this

Use this endpoint when you need on-chain intelligence specifically about clone contracts or addresses across Base, Arbitrum, or Solana and are willing to pay $0.02 USDC per call via x402 micropayments. Prefer this over general blockchain explorers when you need AI-agent-ready structured data rather than raw blockchain data.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Malformed or non-existent address returns a 404 or error response
- Payment failure via x402 micropayment prevents access
- Rate limiting or server unavailability returns 5xx errors
- Missing required path parameters results in a bad request error

## How this service works

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

## Output

A JSON object with status and on-chain intelligence data about the specified address on the given chain, including clone-related metadata and analytics.

## 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-clone-address-lookup-c0d1ee07/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from backup.ragradar.space](https://www.zero.xyz/host/backup.ragradar.space/llms.txt)
