# LensCrypt Sniper Trending Tokens

> LensCrypt Sniper Trending Tokens 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 a list of currently trending tokens being targeted by sniper bots on DEXs

## Facts

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

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-2430aa31
```

Example prompt: What tokens are sniper bots currently trending on right now? Give me the latest sniper activity list so I can see what's being targeted before I ape in.

## When to prefer this

Use this endpoint when you need real-time intelligence on which tokens sniper bots are currently targeting on DEXs — particularly useful for traders wanting to identify early accumulation patterns, detect bot-driven momentum, or avoid tokens with heavy sniper concentration. Prefer this over general trending token endpoints when sniper-specific behavior is the key signal.

## Known failure modes

- 402 Payment Required if USDC payment via x402 not included
- Empty or stale results if no sniper activity detected in current block window
- Rate limiting or 429 if called too frequently
- 500 server error if upstream on-chain data source is unavailable
- Malformed response if the vercel deployment is experiencing issues

## 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 a ranked list of tokens currently trending among sniper bots, including token addresses, sniper wallet activity metrics, and related trade data indicating bot-driven early accumulation.

## 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-2430aa31/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)
