# LensCrypt Token Enrichment API

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

Returns enriched on-chain data and intelligence for a specific token by chain and contract address

## Facts

- Endpoint: GET https://lemscrypt.vercel.app/api/enrich/token/%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-token-enrichment-api-0a921465
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qTAOFi51K0X8WFE72BVZ3

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-enrichment-api-0a921465
```

Example prompt: Can you pull the enriched token intelligence from LensCrypt for the contract address 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 on Ethereum — I want to see safety signals, metadata, and on-chain analytics?

## When to prefer this

Use this endpoint when you need a comprehensive enriched profile of a specific token by contract address across supported chains, particularly when you want safety signals, smart money tracking, and on-chain analytics aggregated in a single call. Prefer this over simpler price APIs when token intelligence depth matters.

## Known failure modes

- Invalid or unrecognized chain identifier returns error
- Malformed or non-existent contract address returns error or empty result
- Token not indexed or too new may return incomplete data
- Rate limiting or payment failure via x402 protocol returns 402
- Network or provider outage returns 5xx 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 token intelligence for the specified chain and contract address, potentially including token metadata, safety scores, holder analytics, smart money signals, and other on-chain data points aggregated by LensCrypt.

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