# LensCrypt Wallet Enrichment API

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

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

## Facts

- Endpoint: GET https://lenscrypt.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-enrichment-api-593631db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_I-e7MUjkEMh-k8HSjpx3s

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-enrichment-api-593631db
```

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

## When to prefer this

Use this endpoint when you need a comprehensive, enriched profile of a specific wallet address on a given blockchain — especially when you want DeFi positions, smart money signals, whale detection, or token analytics bundled in a single call. Prefer this over raw RPC calls when you want pre-processed intelligence rather than raw blockchain data.

## Known failure modes

- Invalid chain identifier returns an error or empty response
- Malformed or non-existent wallet address returns 404 or error status
- Payment failure via x402 protocol results in 402 Payment Required
- Rate limiting or quota exceeded returns 429
- Chain not supported by this endpoint returns an 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 enriched wallet data including token balances, DeFi yield positions, transaction patterns, smart money signals, sniper/whale flags, and possibly a risk or behavioral score for the given chain and address.

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