# LensCrypt Token Enrich API

> LensCrypt Token Enrich 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-09).

Returns enriched intelligence data for a specific token on a given blockchain chain and contract address

## Facts

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

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-token-enrich-api-7a1d773f
```

Example prompt: Can you pull up the enriched token intelligence from LensCrypt for the contract address 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 on Ethereum — I want to see safety signals, metadata, and any smart money or whale activity?

## When to prefer this

Use this endpoint when you need comprehensive, enriched on-chain intelligence about a specific token — including safety, metadata, and smart money signals — across multiple chains, and are willing to pay $0.15 USDC per lookup via x402 on Base. Prefer this over generic block explorers when you need aggregated DeFi-grade analytics in one call.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Malformed or non-existent contract address returns an error or empty result
- Payment failure via x402 protocol results in 402 Payment Required response
- Rate limiting or quota exhaustion returns a 429 response
- Token not indexed or too new may return incomplete or empty data

## 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 token intelligence for the specified chain and contract address, including token metadata, safety scores, market signals, and potentially smart money or whale activity data relevant to that token.

## 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-token-enrich-api-7a1d773f/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)
