# RagRadar Sniper Wallet Intelligence

> RagRadar Sniper Wallet Intelligence is a paid API for AI agents from ragdar.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

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

## Facts

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

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

Example prompt: Pull up the sniper wallet profile for 0x4f3a...c91b on RagRadar — I want to know if this address has been sniping token launches on Base or Arbitrum.

## When to prefer this

Use this endpoint when you need to profile a specific wallet for sniper activity or suspicious on-chain trading patterns, particularly on Base, Arbitrum, or Solana. Prefer this over generic blockchain explorers when you specifically need sniper intelligence signals rather than raw transaction history.

## Known failure modes

- Invalid or malformed wallet address returns an error or empty result
- Wallet address with no on-chain activity may return minimal data
- Unsupported chain addresses may yield no results
- Rate limiting or payment failure via x402 micropayment may block the request
- Network timeout if the on-chain data provider is slow

## How this service works

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

## Output

A JSON object containing on-chain intelligence about the specified wallet address, including signals of sniper behavior, transaction patterns, and activity metrics 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-acc18e51/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)
