# RagRadar Clone Detection Endpoint

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

Looks up clone or copy contract data for a given smart contract address on a specified blockchain

## Facts

- Endpoint: GET https://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-detection-endpoint-65e170ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k0MP8pxmDSSe_zHrnz0Mb

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-detection-endpoint-65e170ea
```

Example prompt: Can you check RagRadar to see if the contract at address 0x1234abcd... on Base is a clone of another contract, and give me any intelligence about its clone relationships?

## When to prefer this

Use this endpoint when you need to detect whether a smart contract on Base, Arbitrum, or Solana is a clone or copy of another contract, or to retrieve on-chain intelligence about a specific contract address. Prefer this over generic block explorers when you need structured clone-relationship data consumable by an AI agent.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Malformed or non-existent contract address returns an error or empty result
- Payment failure via x402 micropayment results in 402 response
- Contract address has no clone data available, returning minimal or empty payload
- Network timeout or upstream blockchain RPC failure

## How this service works

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

## Output

A JSON response with clone status and on-chain intelligence metadata for the specified contract address on the given chain, including any detected clone relationships or origin contract information.

## 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-detection-endpoint-65e170ea/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)
