# LensCrypt Token Intelligence Endpoint

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

Returns comprehensive on-chain intelligence for a specific token address, including safety scores, holder analytics, smart money signals, and whale activity

## Facts

- Endpoint: GET https://tolens.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-endpoint-bc46755d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-rs1RbgMzLX6BzCUQIeoG

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

Example prompt: Can you pull the full token intelligence report for 0x6B175474E89094C44Da98b954EedeAC495271d0F — I want to see if it's safe, who the smart money holders are, and whether there's any whale activity?

## When to prefer this

Use this endpoint when you need a comprehensive, single-call intelligence snapshot for a specific token contract address, covering safety, holder analytics, smart money, and whale signals — especially when you need fast lookup rather than batch processing or protocol-level stats.

## Known failure modes

- Invalid or malformed token address returns error response
- Token address not found on supported chains returns empty or 404
- Payment not received via x402 protocol results in 402 Payment Required
- Rate limiting or quota exceeded returns 429 Too Many Requests
- Network or upstream data provider downtime causes 500 or timeout

## 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-level on-chain intelligence including safety assessment, holder breakdown, smart money tracking signals, whale alerts, and related on-chain metrics 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-endpoint-bc46755d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tolens.vercel.app](https://www.zero.xyz/host/tolens.vercel.app/llms.txt)
