# LensCrypt Sniper Detection — Token Sniper Activity Lookup

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

Returns sniper wallet activity and early-buyer bot detection data for a given token contract address

## Facts

- Endpoint: GET https://lensscrypt.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-c920fc27
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_et6VNy8ktI49bWcUGjpyB

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

Example prompt: Can you check if any sniper bots got into the token at contract address 0x1234abcd... early — I want to know if it was sniped at launch before I buy in.

## When to prefer this

Use this endpoint when you need to assess the sniper and MEV bot exposure at a specific token's launch, particularly before making a buy decision on a newly launched or low-cap token. Prefer this over general wallet analytics endpoints when the specific concern is early bot activity and launch manipulation rather than ongoing trading behavior.

## Known failure modes

- Invalid or malformed token address returns error
- Token address not found on supported chains returns empty or 404
- Rate limit exceeded or payment not processed returns 402 or 429
- Token too new with insufficient on-chain history may return empty sniper data
- Network timeouts on RPC lookups may cause 500 errors

## 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 response containing sniper wallet addresses, the timing and volume of their early buys relative to token launch, bot classification signals, and an overall sniper activity status for the queried token contract.

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