# LensCrypt Token Intelligence Lookup

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

Returns comprehensive intelligence data for a specific crypto token by contract address, including safety analysis, smart money activity, and on-chain metrics

## Facts

- Endpoint: GET https://lensc.vercel.app/api/intelligence/token/%7Baddress%7D
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-token-intelligence-lookup-286df153
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nRkgOsAcbiW7HtIvpVKkr

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-286df153
```

Example prompt: Pull the full token intelligence report for contract address 0x6982508145454Ce325dDbE47a25d4ec3d2311933 — I want to see the safety score, smart money signals, and any whale or sniper activity on it.

## When to prefer this

Use this endpoint when you need a comprehensive, single-call intelligence profile for a specific token by contract address, especially when you need safety scoring, smart money tracking, and whale/sniper detection combined. Prefer this over generic DEX screeners when you want AI-augmented risk signals and behavioral analytics rather than just price/volume data.

## Known failure modes

- Invalid or malformed contract address returns an error response
- Unrecognized token address (not indexed) may return empty or partial data
- Rate limiting or payment failure via x402 protocol returns 402 Payment Required
- Network or upstream data provider outage returns 5xx error
- Token on unsupported chain may return no 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 comprehensive token intelligence for the queried contract address, including safety assessments, smart money tracking data, whale alerts, sniper detection signals, and on-chain analytics metrics.

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