# LensCrypt Sniper Wallet Analyzer

> LensCrypt Sniper Wallet Analyzer is a paid API for AI agents from lenscrypt.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Analyzes a blockchain wallet address to detect sniper bot activity and sniper trading patterns

## Facts

- Endpoint: GET https://lenscrypt.vercel.app/api/sniper/wallet/%7Baddress%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-sniper-wallet-analyzer-0e794da0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rilmEP0QTeYGqJN4DJ5UE

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 lenscrypt-sniper-wallet-analyzer-0e794da0
```

Example prompt: Can you check if the wallet 0x4a3b...c9f2 is a known sniper — I want to know if this address has been sniping new token launches before I trust it.

## When to prefer this

Use this endpoint when you need to quickly assess whether a specific wallet address exhibits sniper bot behavior — particularly useful for token launch monitoring, smart money analysis, or vetting wallet addresses before interacting with them. Prefer this over generic wallet analytics when sniper detection is the primary concern.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Address not found on supported chains returns empty or null result
- Network timeout or upstream data unavailability
- Payment not processed correctly via x402 protocol results in 402 response
- Rate limiting if too many requests are made in a short period

## How this service works

81 paid REST endpoints covering wallet analytics, DeFi yields, token safety, smart money tracking, whale alerts, sniper detection, GMX perps, Solana tools, protocol stats, gas tracking, DEX quotes, NFT analytics, social signals, and 8 AI-powered endpoints (MiMo V2.5). Pay USDC via x402 protocol on Base.

## Output

Returns a JSON object with sniper detection results for the queried wallet address, including indicators of sniper bot behavior, trading pattern analysis, and a status field confirming whether the request was processed successfully.

## 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/lenscrypt-sniper-wallet-analyzer-0e794da0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lenscrypt.vercel.app](https://www.zero.xyz/host/lenscrypt.vercel.app/llms.txt)
