# RagRadar Deployer Intelligence

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

Retrieves on-chain deployer information for a given address on a specified blockchain network

## Facts

- Endpoint: GET https://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-85ae36eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QYPUi4lM6-GrluKVDa6qf

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-85ae36eb
```

Example prompt: Can you pull on-chain deployer intelligence from RagRadar for the address 0xAbC1234567890defABCDEF1234567890abcdef12 on Base — I want to know what this wallet has deployed?

## When to prefer this

Use this endpoint when you need to investigate the deployer history and on-chain footprint of a specific wallet address on Base, Arbitrum, or Solana. Prefer this over generic block explorers when you need structured, agent-consumable intelligence about deployer behavior and need it delivered via x402 micropayment without an API key setup.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Malformed or non-checksummed address returns a validation error
- Address with no deployment history returns empty results
- Payment failure via x402 micropayment returns 402 Payment Required
- Rate limiting or service unavailability returns 5xx error

## How this service works

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

## Output

A JSON object containing on-chain deployer intelligence for the specified address on the given chain, including deployment history, associated contracts, and related metadata about the deployer's on-chain activity.

## 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-85ae36eb/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)
