# LensCrypt Token Intelligence Lookup

> LensCrypt Token Intelligence Lookup is a paid API for AI agents from lanescrypt.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 signals, smart money activity, and analytics

## Facts

- Endpoint: GET https://lanescrypt.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-9b4668f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RdLSMMXb7W20Ju1hLGWCr

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-9b4668f2
```

Example prompt: Can you pull up the full token intelligence report on 0x6982508145454Ce325dDbE47a25d4ec3d2311933 — I want to see whether smart money is buying, any sniper or whale alerts, and an overall safety assessment before I ape in.

## When to prefer this

Use this endpoint when you need a comprehensive, single-call intelligence snapshot on a specific token by contract address — especially when you want safety, smart money, and whale signals in one response rather than querying multiple specialized endpoints separately. Best suited for pre-trade due diligence on EVM tokens.

## Known failure modes

- Invalid or malformed token address returns an error response
- Token address not found on supported chains returns empty or 404
- Payment failure via x402 protocol results in 402 Payment Required
- Rate limiting or quota exceeded returns 429
- Unsupported chain or token type may return partial or 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 token intelligence data such as safety scores, smart money tracking signals, whale alerts, sniper detection flags, and 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-9b4668f2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lanescrypt.vercel.app](https://www.zero.xyz/host/lanescrypt.vercel.app/llms.txt)
