# LensCrypt Wallet Enrich — On-Chain Wallet Analytics by Chain and Address

> LensCrypt Wallet Enrich — On-Chain Wallet Analytics by Chain and Address is a paid API for AI agents from cryptuluns.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns enriched analytics and intelligence data for a given blockchain wallet address on a specified chain

## Facts

- Endpoint: GET https://cryptuluns.vercel.app/api/enrich/wallet/%7Bchain%7D/%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-enrich-on-chain-wallet-analytics-by-chain-and-address-170637cd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RCLcyIn-zpyRw4h_KD20O

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-enrich-on-chain-wallet-analytics-by-chain-and-address-170637cd
```

Example prompt: Can you enrich and profile the wallet 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 on Ethereum — I want to see its on-chain activity, token holdings, and any DeFi positions?

## When to prefer this

Use this endpoint when you need detailed on-chain wallet profiling — including DeFi positions, token holdings, and behavioral signals — for a specific address on a given chain, and are willing to pay per-call via USDC x402 protocol. Prefer this over generic block explorers when you need structured, enriched, analytics-ready data rather than raw transaction lists.

## Known failure modes

- Invalid chain identifier returns an error or empty response
- Malformed wallet address causes a 400-level error
- Unsupported chain returns no data
- Newly created wallet with no activity may return sparse results
- Payment failure via x402 protocol blocks the response

## 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 enriched wallet intelligence for the specified chain and address, including holdings, transaction patterns, DeFi positions, risk signals, and behavioral analytics.

## 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-enrich-on-chain-wallet-analytics-by-chain-and-address-170637cd/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)
