# LensCrypt Sniper Trending Endpoint

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

Returns trending sniper activity data across crypto tokens, identifying wallets or bots front-running trades and newly launched tokens attracting sniper attention.

## Facts

- Endpoint: GET https://lemscrypt.vercel.app/api/sniper/trending
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-sniper-trending-endpoint-03a6fc8f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_e3g2SLTGlENnC43ngzYHf

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-endpoint-03a6fc8f
```

Example prompt: Show me which tokens are currently trending among crypto snipers — I want to see what wallets or bots are front-running the hottest new launches right now.

## When to prefer this

Choose this endpoint when you need real-time intelligence on which tokens are being sniped or front-run by bots, particularly around new launches. It is purpose-built for on-chain sniper detection within the LensCrypt platform, which aggregates 81 endpoints of crypto intelligence. Prefer it over generic DEX analytics when you specifically need sniper/MEV bot activity signals rather than price or liquidity data.

## Known failure modes

- Payment not received or invalid x402 USDC payment returns 402 Payment Required
- Malformed query parameters return 400 Bad Request
- Service temporarily unavailable on Vercel deployment returns 503
- Empty result set if no sniper activity detected in the current window
- Rate limiting if too many requests are sent in quick succession

## 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 object with status 'ok' and a list of trending sniper-related data, likely including token addresses, sniper wallet addresses, transaction counts or volumes, and ranking metrics indicating which tokens or wallets are most active in front-running or snipe trading.

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