# LensCrypt Smart Money Token Tracker

> LensCrypt Smart Money Token Tracker is a paid API for AI agents from lanescrypt.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 given token address

## Facts

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

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-10d5ab88
```

Example prompt: Show me smart money and whale wallet activity for the token at address 0x6B175474E89094C44Da98b954EedeAC495271d0f — I want to know if sophisticated traders are accumulating or dumping it.

## When to prefer this

Use this endpoint when you need to identify whether smart money, whales, or institutional-grade traders are accumulating or exiting a specific token — particularly useful for due diligence before entering a position or monitoring conviction signals from sophisticated on-chain participants.

## Known failure modes

- Invalid or malformed token address returns an error
- Token address not found or not indexed returns empty or null results
- Payment failure via x402 protocol results in 402 Payment Required
- Network or upstream data provider outage returns 5xx error
- Rate limiting may occur if quota is exceeded

## 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 smart money wallet tracking data for the specified token, including signals about which sophisticated or large-holder wallets are buying, selling, or holding the token, along with relevant flow metrics.

## 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-10d5ab88/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)
