# LensCrypt Sniper Trending Tokens

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

Returns trending tokens currently being targeted or sniped by crypto snipers and bots on-chain

## Facts

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

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

Example prompt: What tokens are currently trending among crypto sniper bots right now — show me the top sniper-targeted coins on-chain using LensCrypt.

## When to prefer this

Use this endpoint when you need real-time intelligence on which tokens are currently being targeted by sniper bots and automated traders, helping identify early momentum signals, potential pump setups, or tokens to avoid due to bot activity. Prefer this over general trending token endpoints when sniper-specific activity patterns are the key signal.

## Known failure modes

- Payment not received or USDC transaction failed via x402 — returns 402 Payment Required
- No trending sniper data available at the moment — returns empty list or status error
- Rate limit exceeded — returns 429 Too Many Requests
- Server-side data pipeline failure — returns 500 with status: error

## 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 trending tokens currently being sniped or targeted by sniper bots, likely including token addresses, names, sniper activity counts or scores, and ranking metrics indicating how hot each token is among automated snipers.

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