# LensCrypt Sniper Trending Tokens

> LensCrypt Sniper Trending Tokens is a paid API for AI agents from 67olens.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns a list of trending tokens currently being targeted by sniper bots on DEXes

## Facts

- Endpoint: GET https://67olens.vercel.app/api/sniper/trending
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-sniper-trending-tokens-dde2c9f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LN0WUE3CvsDQGezx6Ylia

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-trending-tokens-dde2c9f7
```

Example prompt: What tokens are trending right now based on sniper bot activity on DEX? Give me the current list from LensCrypt's sniper trending endpoint.

## When to prefer this

Choose this endpoint when you need real-time intelligence on which tokens are actively being targeted by sniper bots on decentralized exchanges, especially for front-running detection, new token launch monitoring, or building trading strategies around sniper activity patterns. Prefer over generic trending endpoints when bot activity specifically is the signal of interest.

## Known failure modes

- Payment not provided or invalid USDC payment via x402 — returns 402 Payment Required
- No trending sniper data available at query time — may return empty list
- Rate limiting or server overload on Vercel deployment — 429 or 503 error
- Invalid or malformed query parameters — 400 Bad Request
- Network timeout on Vercel serverless cold start — 504 Gateway Timeout

## 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 array of trending tokens currently being sniped, likely including token addresses, names/symbols, sniper activity counts or scores, and ranking signals indicating which tokens are attracting the most automated bot front-running or sniping activity.

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