# LensCrypt Token Intelligence Endpoint

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

Retrieves comprehensive on-chain intelligence and analytics for a specific token by its contract address, including safety scores, smart money activity, and social signals.

## Facts

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

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-endpoint-21649f31
```

Example prompt: Can you pull a full intelligence report on the token at contract address 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 — I want to know if it's safe, whether smart money wallets are buying, and if there's any whale or sniper activity?

## When to prefer this

Use this endpoint when you need a comprehensive, single-call intelligence report on a specific token contract address, especially when you want to combine safety scoring, smart money tracking, whale alerts, and social signals in one response rather than querying multiple specialized APIs. Ideal for due diligence before a token purchase or DeFi interaction.

## Known failure modes

- Invalid or malformed token contract address returns an error
- Unsupported chain or token not indexed returns empty or error response
- Payment failure via x402 protocol blocks the request
- Rate limiting or quota exceeded returns 429 error
- Token address not found on supported networks returns 404 or null 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

Returns a JSON object with token intelligence data including safety assessment, smart money tracking signals, whale and sniper activity alerts, social sentiment, and other on-chain analytics for the specified 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-endpoint-21649f31/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)
