# LensCrypt Token Intelligence Lookup

> LensCrypt Token Intelligence Lookup 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-15).

Fetches comprehensive intelligence data for a specific on-chain token by contract address, including safety scores, smart money activity, whale alerts, and AI-powered analysis.

## Facts

- Endpoint: GET https://lenscrypt.vercel.app/api/intelligence/token/%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-intelligence-lookup-f59224fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qbURKqhFKT0F71WNFCsVm

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-intelligence-lookup-f59224fe
```

Example prompt: Can you pull the full intelligence report on token contract 0x6982508145454Ce325dDbE47a25d4ec3d2311933 — I want to know if it's safe, whether smart money wallets are buying it, and if there are any whale movements.

## When to prefer this

Use this endpoint when you need a comprehensive, multi-dimensional intelligence report on a specific token contract — covering safety, smart money, whale activity, and AI analysis — in a single call. Prefer this over simpler token price APIs or DEX screeners when risk assessment and on-chain behavioral signals are the primary concern.

## Known failure modes

- Invalid or malformed token contract address returns an error or empty result
- Token address not indexed or not found on supported chains returns no data
- Payment failure via x402/USDC results in 402 Payment Required response
- Rate limiting or quota exceeded returns a 429 error
- Token contract exists but has no on-chain activity may return sparse 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 token intelligence data such as safety scores, smart money tracking signals, whale activity alerts, sniper detection flags, DeFi yield metrics, and AI-powered risk analysis (MiMo V2.5) for the queried token contract 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-token-intelligence-lookup-f59224fe/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)
