# LensCrypt Sniper Wallet Analysis

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

Analyzes a given wallet address to detect sniper bot activity and sniper trading patterns on-chain

## Facts

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

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

Example prompt: Can you check if the wallet 0x4a8b...3c91 is a sniper bot — I want to know its sniping history and whether it's flagged for front-running new token launches?

## When to prefer this

Choose this endpoint when you need to specifically determine whether a wallet is engaged in sniper bot activity — such as front-running token launches, rapid liquidity sniping, or automated MEV-style sniping — rather than general wallet analytics. Best used for token launch due diligence, identifying malicious traders in a pool, or filtering out bot participants from community analysis.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Wallet address with no on-chain history may return empty or null sniper data
- Rate limiting or payment failure (x402) if USDC payment is not properly facilitated
- Network issues connecting to blockchain data sources may cause timeouts
- Unsupported chain addresses may return no results

## 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

A JSON object containing sniper detection results for the queried wallet address, including flags for sniper bot activity, behavioral patterns consistent with sniping (e.g., rapid buys on new liquidity), and a status indicator. The response schema indicates a status field and likely includes metrics or risk signals specific to sniper behavior.

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