# LensCrypt Token Intelligence Lookup

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

Fetches comprehensive intelligence data for a specific on-chain token by contract address, including safety scores, smart money activity, and market signals

## Facts

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

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-4c44e7c1
```

Example prompt: Can you pull up the full token intelligence report on LensCrypt for this contract address — 0x6B175474E89094C44Da98b954EedeAC495271d0F — I want to know if smart money is buying it and whether it's safe?

## When to prefer this

Use this endpoint when you need a comprehensive, multi-dimensional intelligence snapshot for a specific token by contract address — covering safety, smart money, and whale activity in a single call — rather than querying separate specialized APIs for each signal

## Known failure modes

- Invalid or malformed contract address returns an error
- Token address not found or not indexed returns empty or 404 response
- Payment failure via x402 protocol blocks access
- Rate limiting or quota exceeded returns 429
- Network or upstream data provider outage returns 503

## 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, and other on-chain analytics 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-4c44e7c1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 67olens-x402.vercel.app](https://www.zero.xyz/host/67olens-x402.vercel.app/llms.txt)
