# RagRadar Deployer Intelligence

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

Retrieves on-chain deployer intelligence for a given blockchain address on a specified chain (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://backup.ragradar.space/api/deployer/%7Bchain%7D/%7Baddress%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-deployer-intelligence-7555362c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DDJppxkcLLCoCselex9fq

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-deployer-intelligence-7555362c
```

Example prompt: Pull the deployer intelligence for address 0xAbC123...456 on Base — I want to know what contracts they've deployed and any on-chain activity associated with them.

## When to prefer this

Use this endpoint when you need deployer-level on-chain intelligence for a specific wallet address on Base, Arbitrum, or Solana — especially when investigating smart contract origins, auditing deployer history, or enriching DeFi research with deployment metadata. Prefer this over generic block explorers when you need structured, agent-ready JSON output with x402 micropayment access.

## Known failure modes

- Invalid or malformed blockchain address returns error
- Unsupported chain identifier returns error
- Address with no on-chain activity may return empty results
- Network or provider downtime returns 503 or timeout
- Payment failure (x402) blocks access if USDC micropayment not completed

## How this service works

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

## Output

Returns a JSON object with on-chain deployer intelligence for the specified address on the specified chain, including deployment history, contract metadata, and related on-chain activity signals.

## 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-deployer-intelligence-7555362c/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)
