# LensCrypt Sniper Detection by Token Address

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

Identifies sniper wallets and bot activity associated with a specific token address at launch

## Facts

- Endpoint: GET https://lenscrypt.vercel.app/api/sniper/token/%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-detection-by-token-address-e3f7d4f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SmydJY_lK-6YwCNV26jS1

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-by-token-address-e3f7d4f8
```

Example prompt: Check if this token was sniped at launch and show me which bot wallets got in first: 0x1234abcd5678ef90...

## When to prefer this

Use this endpoint when you need to assess whether a token was sniped by bots or MEV actors at launch, which is critical for evaluating token fairness, identifying early insider wallets, or screening tokens before trading. Prefer this over generic wallet analytics when the specific question is about launch-time sniper behavior on a particular token.

## Known failure modes

- Invalid or non-existent token address returns an error
- Token address on unsupported chain returns no data
- Very new or illiquid tokens may have incomplete sniper data
- Payment failure via x402 protocol blocks the request
- Rate limiting if too many requests are made in rapid succession

## 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 token, including identified sniper wallet addresses, timing of sniper buys relative to launch, and indicators of automated bot activity at token creation.

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