# LensCrypt Sniper Wallet Analysis

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

Analyzes a wallet address to detect sniper bot activity and trading patterns associated with sniping behavior

## Facts

- Endpoint: GET https://lanescrypt.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-analysis-4e98edf8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ghNXy_G_agaKAcb4k_slb

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-analysis-4e98edf8
```

Example prompt: Can you check if the wallet 0x4a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b is a sniper — I want to know if it's a bot that sniped token launches before regular buyers could get in.

## When to prefer this

Use this endpoint when you need to screen a specific wallet address for sniper bot behavior, particularly during token launch due diligence, to protect against wash trading, or to profile traders in a DeFi context. Prefer this over generic wallet analytics when your primary concern is detecting automated sniping patterns rather than general portfolio tracking.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Wallet address not found on supported chains returns empty or null result
- Rate limiting or payment failure via x402 protocol blocks the request
- Address with no transaction history may return inconclusive sniper score
- Network timeout if blockchain data provider is slow

## 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 containing sniper detection results for the queried wallet address, including indicators of sniping behavior, scoring, and trading pattern analysis that reveal whether the wallet has engaged in automated or front-running token launch purchases.

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