# RagRadar Sniper Wallet Intelligence

> RagRadar Sniper Wallet 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-10).

Retrieves on-chain sniper wallet analysis and activity intelligence for a given blockchain wallet address

## Facts

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

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-sniper-wallet-intelligence-d7770bff
```

Example prompt: Pull the sniper wallet intelligence report for 0x4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f on Base — I want to know if this wallet has been sniping token launches.

## When to prefer this

Choose this endpoint when you need fast, per-wallet sniper intelligence for a specific blockchain address across Base, Arbitrum, or Solana, especially when investigating token launch sniping, MEV bot behavior, or profiling suspicious wallets in DeFi contexts. Prefer over generic block explorers when you need structured, agent-ready intelligence rather than raw transaction data.

## Known failure modes

- Invalid or malformed wallet address returns error response
- Wallet address not found on supported chains returns empty or null data
- Unsupported chain address format may return no results
- Network or upstream data unavailability returns non-200 status
- Payment failure via x402 micropayment blocks request execution

## 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 sniper wallet intelligence including wallet activity patterns, sniper behavior indicators, transaction history signals, and a status confirmation for the queried address across supported chains (Base, Arbitrum, Solana).

## 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-sniper-wallet-intelligence-d7770bff/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)
