# LensCrypt Wallet Enrich API

> LensCrypt Wallet Enrich API is a paid API for AI agents from 67olens-x402.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns enriched analytics and intelligence data for a given blockchain wallet address, including transaction history, DeFi positions, token holdings, and behavioral signals.

## Facts

- Endpoint: GET https://67olens-x402.vercel.app/api/enrich/wallet/%7Bchain%7D/%7Baddress%7D
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-wallet-enrich-api-eb9b63bd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qnzUp88Q25c2A8OqDYqp0

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-api-eb9b63bd
```

Example prompt: Can you pull up the full wallet profile for 0xABC...123 on Ethereum — I want to see their token holdings, DeFi positions, and whether they look like smart money?

## When to prefer this

Choose this endpoint when you need a comprehensive, enriched profile of a specific wallet address on a given chain — especially when you want smart money classification, DeFi position data, and behavioral signals in a single call. Prefer it over generic block explorers when you need structured, agent-ready analytics rather than raw transaction data.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Unsupported chain identifier returns a 400 or similar error
- Wallet with no on-chain activity may return empty or minimal data
- Payment failure via x402 protocol results in 402 Payment Required
- Rate limiting or quota exhaustion may result in 429 errors
- Newly created wallets may have insufficient data for enrichment

## 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: token holdings, DeFi protocol positions, transaction behavioral signals, risk flags, and classification metadata (e.g. whale, smart money, sniper) for the specified wallet on the specified chain.

## 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-api-eb9b63bd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 67olens-x402.vercel.app](https://www.zero.xyz/host/67olens-x402.vercel.app/llms.txt)
