# LensCrypt Sniper Wallet Analysis

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

Analyzes a given wallet address to detect sniper bot activity and sniper trading patterns on-chain

## Facts

- Endpoint: GET https://cryptuluns.vercel.app/api/sniper/wallet/%7Baddress%7D
- 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-wallet-analysis-3c4c7637
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MaOjSNK4P8dXL30TLMjv6

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-wallet-analysis-3c4c7637
```

Example prompt: Can you check if the wallet 0x4a8b...d3f2 is a sniper bot? I want to know if this address has been sniping new token launches before deciding whether to trust it.

## When to prefer this

Use this endpoint when you need to quickly screen a specific wallet address for sniper bot behavior before a token launch, when auditing early buyers of a new token, or when evaluating whether to trust a wallet in a DeFi context. Prefer this over general wallet analytics endpoints when sniper detection specifically is the goal.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Wallet with no transaction history may return inconclusive sniper data
- API may return generic {status: ok} with empty data for unrecognized addresses
- Payment failure via x402 protocol results in 402 Payment Required response
- Rate limiting or service unavailability returns 5xx errors

## 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

Returns a JSON object indicating whether the queried wallet address exhibits sniper bot characteristics, including status confirmation and potentially sniper scoring, transaction timing patterns, and related on-chain behavioral signals.

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