# LensCrypt Sniper Detection by Token Address

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

Detects sniper bot activity and sniper wallet behavior associated with a specific token address

## Facts

- Endpoint: GET https://cryptuluns.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-by-token-address-183d92b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AKKqSqCQDuKVr6ssEHUgw

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-183d92b6
```

Example prompt: Can you check for sniper bot activity on this token — contract address 0x1234abcd5678ef on LensCrypt? I want to know if it got sniped at launch and which wallets were involved.

## When to prefer this

Use this endpoint when you need to specifically detect sniper bot activity for a given token contract — particularly useful for pre-trade due diligence, token launch audits, or identifying suspicious early-buyer wallet patterns. Prefer this over general token safety endpoints when sniper/bot presence is the primary concern rather than contract code vulnerabilities or liquidity risk.

## Known failure modes

- Invalid or malformed token contract address returns an error
- Token address not found on supported chains returns empty or not-found response
- Rate limiting or payment failure via x402 protocol blocks the request
- Very new tokens with insufficient on-chain history may return incomplete sniper data
- Network timeouts on heavily queried tokens

## 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 queried token address, including identified sniper wallets, sniper activity flags, timing signals relative to token launch, and an overall assessment of sniper bot presence and risk level for the token.

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