# LensCrypt Token Enrich Endpoint

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

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

## Facts

- Endpoint: GET https://lensscrypt.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-enrich-endpoint-a2f484c7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9PQ2nN8hTOdZV2LJ_Xi2n

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-endpoint-a2f484c7
```

Example prompt: Can you pull the enriched token intelligence from LensCrypt for the USDC contract on Ethereum — address 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 — and tell me about its safety signals and on-chain metrics?

## When to prefer this

Use this endpoint when you need enriched, multi-signal intelligence about a specific token by its contract address and chain — particularly when you want safety scores, on-chain analytics, and token metadata in a single call. Prefer this over generic block explorers when AI-augmented enrichment or DeFi-specific signals are needed.

## Known failure modes

- Invalid or unsupported chain identifier returns an error or empty result
- Malformed or non-existent contract address returns an error response
- Payment not completed via x402 protocol results in 402 Payment Required
- Rate limiting or quota exceeded may return 429 or similar error
- Token not indexed or too new may return partial 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 metadata, safety signals, on-chain analytics, and related token attributes as provided by the LensCrypt platform.

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