# LensCrypt Token Intelligence Endpoint

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

Returns comprehensive on-chain intelligence and analytics for a given token contract address, including safety scores, smart money activity, whale alerts, and AI-powered insights.

## Facts

- Endpoint: GET https://cryptuluns.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-db270855
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sA3ahbRtumDzKE2Xrv1oN

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-db270855
```

Example prompt: Can you pull a full intelligence report on this token — 0x1234abcd... — including whether it's safe, if any smart money wallets are buying, and whether there's whale activity?

## When to prefer this

Choose this endpoint when you need a comprehensive, all-in-one token intelligence profile including safety, smart money, whale activity, and AI-powered analysis in a single call, rather than querying multiple specialized APIs separately. Ideal for pre-trade due diligence, alpha research workflows, or agent-driven DeFi decision-making where breadth of signal matters.

## Known failure modes

- Invalid or malformed token address returns an error response
- Token address not found on supported chains returns empty or null data
- Payment failure via x402 protocol results in 402 Payment Required before data is returned
- Rate limiting if too many requests are made in quick succession
- Unsupported blockchain network for the given address

## 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 wallet activity, whale movement alerts, sniper detection flags, social signals, holder analytics, and AI-generated insights about the token at the specified 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-db270855/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cryptuluns.vercel.app](https://www.zero.xyz/host/cryptuluns.vercel.app/llms.txt)
