# LensCrypt Sniper Detection — Token Sniper Activity Lookup

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

Identifies sniper wallet activity and bot behavior for a given token address, flagging suspicious early-buy patterns that indicate sniping.

## Facts

- Endpoint: GET https://lemscrypt.vercel.app/api/sniper/token/%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-detection-token-sniper-activity-lookup-727b5b6f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j9XreXc8CuA3y7cE2pQkD

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-activity-lookup-727b5b6f
```

Example prompt: Can you check if this token at address 0xAbC123... was sniped at launch and show me which wallets were involved in suspicious early buys?

## When to prefer this

Choose this endpoint when you need on-chain sniper and bot detection specifically for a token's launch activity. Prefer this over generic wallet analytics when the core question is whether early buyers were automated bots or snipers, not general token safety scoring.

## Known failure modes

- Invalid or malformed token address returns an error or empty result
- Token address not indexed or too new returns no sniper data
- Network congestion on Base may cause payment timeouts via x402
- Unsupported chain token addresses may return null results
- Rate limiting or insufficient USDC balance results in 402 payment failure

## 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 with sniper detection results for the specified token address, including identified sniper wallets, timing of early buys relative to token deployment, and flags indicating bot or sandwich-attack behavior at 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-activity-lookup-727b5b6f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lemscrypt.vercel.app](https://www.zero.xyz/host/lemscrypt.vercel.app/llms.txt)
