# LensCrypt Wallet Intelligence Analytics

> LensCrypt Wallet Intelligence Analytics is a paid API for AI agents from lanescrypt.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns comprehensive on-chain analytics and intelligence for a given crypto wallet address, including transaction history, DeFi activity, and behavioral signals.

## Facts

- Endpoint: GET https://lanescrypt.vercel.app/api/intelligence/wallet/%7Baddress%7D
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-wallet-intelligence-analytics-2619fccd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xQ-GFUhDou_Cp44XuUApp

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-wallet-intelligence-analytics-2619fccd
```

Example prompt: Give me the full on-chain intelligence report for wallet 0x742d35Cc6634C0532925a3b844Bc454e4438f44e — I want to know its DeFi activity, token holdings, and whether it looks like a smart money or sniper wallet.

## When to prefer this

Use this endpoint when you need comprehensive wallet-level intelligence in a single call, including DeFi activity, smart money classification, and behavioral signals. Prefer this over generic block explorers when you need structured, analytics-ready data with smart money context rather than raw transaction lists.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Wallet address with no on-chain activity may return empty or minimal data
- Rate limiting or payment failure via x402 protocol results in 402 Payment Required
- Unsupported chain or address format may return null results
- Vercel cold start latency may cause occasional timeouts

## 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 on-chain analytics for the specified wallet address, likely including token balances, transaction history, DeFi protocol interactions, smart money scoring, and behavioral classification signals such as sniper or whale indicators.

## 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-wallet-intelligence-analytics-2619fccd/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)
