# LensCrypt Sniper Detection — Token Sniper Analysis

> LensCrypt Sniper Detection — Token Sniper Analysis is a paid API for AI agents from 67olens-x402.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-10).

Identifies sniper wallets and bot activity associated with a specific token's launch or trading activity

## Facts

- Endpoint: GET https://67olens-x402.vercel.app/api/sniper/token/%7Baddress%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-sniper-detection-token-sniper-analysis-9f169398
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AE0Y1UFD3ljMeV8MQiGK-

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-detection-token-sniper-analysis-9f169398
```

Example prompt: Can you check if the token at address 0x1234...abcd was sniped at launch — I want to see which bot wallets grabbed early positions and whether it looks like coordinated sniper activity?

## When to prefer this

Use this endpoint when you need to evaluate whether a token's early trading was compromised by sniper bots or coordinated wallet activity, particularly for new token launches or rugpull risk assessment. Prefer this over general token safety checks when the specific concern is bot sniping and early buyer manipulation rather than contract vulnerabilities.

## Known failure modes

- Invalid or malformed token contract address returns an error
- Token address not found on supported chain returns empty or error response
- Rate limiting or payment failure (402) if USDC payment via x402 is not properly attached
- Chain-specific address format mismatch if wrong network address is provided
- Response schema may be minimal with only status:ok if no sniper data is available

## 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 indicating sniper detection status for the given token, including identified sniper wallets, transaction patterns associated with bot activity, and flags for suspicious early purchases at or around the token's launch.

## 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-detection-token-sniper-analysis-9f169398/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 67olens-x402.vercel.app](https://www.zero.xyz/host/67olens-x402.vercel.app/llms.txt)
