# LensCrypt Smart Money Token Tracker

> LensCrypt Smart Money Token Tracker is a paid API for AI agents from tolens.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns smart money activity and whale tracking data for a specific token by contract address

## Facts

- Endpoint: GET https://tolens.vercel.app/api/smart-money/token/%7Baddress%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-smart-money-token-tracker-0606712a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_29yopmC4VcfPf9OaCLifF

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-smart-money-token-tracker-0606712a
```

Example prompt: Show me the smart money activity for token contract 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984 — I want to know which sophisticated wallets are buying or selling it right now.

## When to prefer this

Use this endpoint when you need to identify smart money, whale, or sophisticated wallet activity specifically tied to a token contract address. Prefer this over generic DEX or price endpoints when the goal is behavioral on-chain intelligence rather than price data.

## Known failure modes

- Invalid or malformed token contract address returns error
- Token address not found or not indexed returns empty or 404
- Payment not provided or insufficient USDC via x402 returns 402 Payment Required
- Rate limiting or quota exceeded returns 429
- Network or server error returns 500

## 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 on-chain smart money and whale tracking data for the specified token, including which sophisticated or large wallets have been active, their transaction patterns, accumulation or distribution signals, and related analytics.

## 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-smart-money-token-tracker-0606712a/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)
