# LensCrypt Sniper Wallet Analyzer

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

Analyzes a crypto wallet address to detect sniper bot activity and sniper-related trading behavior

## Facts

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

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

Example prompt: Can you check if the wallet 0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD is a sniper bot — I want to know before I allow it to participate in a token launch.

## When to prefer this

Use this endpoint when you need to determine whether a specific wallet address has exhibited sniper bot behavior on-chain — particularly useful before token launches, whitelist vetting, or filtering suspicious participants from DeFi events. Prefer this over generic wallet analytics endpoints when the specific concern is sniping activity detection.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Unknown or unindexed wallet address may return empty or insufficient data
- Rate limiting if too many requests are made in a short window
- Payment failure via x402 protocol results in 402 response and no data returned
- Network or upstream data source outage returns 500 error

## 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 status and behavioral signals for the queried wallet address, indicating whether the wallet exhibits sniper bot characteristics based on its on-chain trading history.

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