# LensCrypt Sniper Detection by Token Address

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

Detects and analyzes sniper bot activity for a given token contract address, identifying wallets that sniped the token at launch

## Facts

- Endpoint: GET https://tolens.vercel.app/api/sniper/token/%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-detection-by-token-address-39581ffc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SExAJLzPvDv-nq_aeUa__

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-39581ffc
```

Example prompt: Check if this token was sniped at launch — the contract address is 0x1234abcd... — I want to see which wallets were snipers and how aggressively they bought in.

## When to prefer this

Use this endpoint when you need to assess whether a specific token contract was targeted by sniper bots at launch, to evaluate token fairness, identify suspicious early holders, or perform due diligence before trading. Prefer this over generic wallet analytics endpoints when the specific use case is launch-time sniper detection.

## Known failure modes

- Invalid or malformed token contract address returns an error or empty result
- Token not found on supported chain returns no sniper data
- Rate limiting or payment failure via x402 protocol blocks the request
- Very new tokens with insufficient on-chain history may return incomplete sniper data
- Unsupported blockchain network for the given address

## 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 sniper detection data for the given token, including a list of wallets identified as snipers, their buying behavior at launch (e.g. block numbers, amounts), and flags indicating bot-like patterns. Response is JSON with a status field and sniper analytics payload.

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