# LensCrypt Sniper Trending Tokens

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

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

## Facts

- Endpoint: GET https://lenscrypt.vercel.app/api/sniper/trending
- 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-trending-tokens-0c4dca6a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tZM8xxlDY7mU2qfTqtDxz

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-0c4dca6a
```

Example prompt: What tokens are currently trending among sniper bots on-chain right now? Give me the LensCrypt sniper trending list.

## When to prefer this

Use this endpoint when you need real-time intelligence on which tokens sniper bots are currently targeting — ideal for traders wanting to front-run or avoid sniper-heavy launches, or researchers monitoring on-chain bot behavior. Prefer this over generic DEX screeners when sniper-specific bot activity is the primary signal of interest.

## Known failure modes

- No sniper activity data available returns empty list or 404
- Payment not received via x402 returns 402 Payment Required
- Service downtime on Vercel returns 500 or 503
- Invalid or missing query parameters return 400 Bad Request
- Rate limiting may return 429 Too Many Requests

## 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 list of tokens currently trending in sniper bot activity, likely including token addresses, chain identifiers, sniper hit counts or volume metrics, and relative ranking or momentum signals indicating which tokens snipers are most actively targeting.

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