# LensCrypt Sniper Wallet Analyzer

> LensCrypt Sniper Wallet Analyzer is a paid API for AI agents from lemscrypt.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 behavioral patterns associated with token sniping

## Facts

- Endpoint: GET https://lemscrypt.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-d64c5f9b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tBgWJN6T-kYhQJGxOBWwQ

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

Example prompt: Can you check if the wallet 0x4a3b8c2d1e9f7a6b5c4d3e2f1a0b9c8d7e6f5a4b is a sniper? I want to know if it's been front-running token launches or using bot tactics.

## When to prefer this

Use this endpoint when you need to determine whether a specific wallet address is operating as a sniper bot — particularly useful for token launchers auditing early buyers, traders vetting top holders before investing, or security researchers profiling suspicious addresses. Prefer this over generic wallet analytics endpoints when sniper/bot detection is the primary concern.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Address not found on supported chains returns empty or null results
- Payment failure via x402 protocol results in 402 Payment Required
- Rate limiting or upstream data unavailability may return 503 or timeout
- Very new wallets with no transaction history may return insufficient data

## 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 given wallet address, including indicators of bot behavior, timing patterns relative to token launches, and risk signals classifying whether the wallet exhibits sniping characteristics.

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