# RagRadar Sniper Wallet Analyzer

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

Fetches on-chain sniper/trading activity and analytics for a specific wallet address across multi-chain environments

## Facts

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

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-analyzer-f4a6835a
```

Example prompt: Can you pull up the sniper wallet profile for 0xABC123...def on RagRadar and tell me what tokens they've been buying and how their trades have performed?

## When to prefer this

Use this endpoint when you need sniper-focused wallet analytics specifically — trading behavior, token sniping patterns, and smart money signals — rather than a generic portfolio overview. Best for investigating whether a wallet is a sniper bot or tracking degen trading activity across Base, Arbitrum, and Solana.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Wallet address not found on supported chains returns empty or 404 response
- Network congestion may cause timeouts on high-traffic chains
- Unsupported chain addresses may return no data
- Payment not processed (402) blocks the response

## How this service works

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

## Output

Returns on-chain sniper activity and trading analytics for the specified wallet address, including token positions, transaction history, trade performance metrics, and portfolio P&L data 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-analyzer-f4a6835a/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)
