# LensCrypt Solana Sniper Detection by Mint

> LensCrypt Solana Sniper Detection by Mint is a paid API for AI agents from lanescrypt.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-09).

Identifies and returns sniper wallet activity for a given Solana token mint address

## Facts

- Endpoint: GET https://lanescrypt.vercel.app/api/solana/snipers/%7Bmint%7D
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-solana-sniper-detection-by-mint-de5d2fec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J1yheZ_huGh_kglEuusG2

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-solana-sniper-detection-by-mint-de5d2fec
```

Example prompt: Can you check which wallets sniped the Solana token with mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v and show me the sniper activity?

## When to prefer this

Use this endpoint when you need to identify sniper bots or early opportunistic wallets that bought a Solana token at or immediately after launch. Ideal for token safety checks, rug-pull analysis, or evaluating whether a token launch was compromised by coordinated sniping. Prefer this over generic wallet analytics when the specific concern is launch-time sniper behavior on Solana.

## Known failure modes

- Invalid or malformed mint address returns an error response
- Mint address not found on Solana returns empty or 404
- No sniper activity detected returns empty snipers array
- Rate limiting or payment failure returns 402 Payment Required
- Network timeout or upstream RPC failure returns 500 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 object containing sniper wallet addresses and associated transaction data for the specified Solana token mint, indicating which wallets bought in at or immediately after launch, along with timing and volume details.

## 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-solana-sniper-detection-by-mint-de5d2fec/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lanescrypt.vercel.app](https://www.zero.xyz/host/lanescrypt.vercel.app/llms.txt)
