# RagRadar Clone Detection Endpoint

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

Fetches on-chain clone data for a given contract address on a specified blockchain (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://ragdar.vercel.app/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-c95a43aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7wmoLkzRTQuABtlez8F6m

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-c95a43aa
```

Example prompt: Can you check RagRadar for any on-chain clones of the contract address 0xAbC123...def on Base?

## When to prefer this

Choose this endpoint when you need to identify whether a smart contract has been cloned or forked on Base, Arbitrum, or Solana. It is purpose-built for on-chain clone detection and is preferable over general blockchain explorers when you specifically need clone/fork relationship data with pay-per-call pricing via x402 micropayments.

## Known failure modes

- Invalid or malformed contract address returns an error
- Unsupported chain identifier results in a 400 or 404 error
- Contract address not found on the specified chain may return empty results
- Micropayment (x402) failure if USDC balance is insufficient
- Rate limiting or network timeout on the Vercel-hosted API

## How this service works

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

## Output

Returns a JSON object with status 'ok' and on-chain clone intelligence data for the queried contract address on the specified chain, potentially including related clone addresses, deployment metadata, and contract relationships.

## 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-c95a43aa/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)
