# LensCrypt Smart Money Token Tracker

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

Retrieves smart money activity and institutional/whale tracking data for a specific token by contract address

## Facts

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

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

Example prompt: Show me the smart money activity for the token at contract address 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 — I want to know which sophisticated wallets are holding or accumulating it and whether there are any notable inflows.

## When to prefer this

Use this endpoint when you need to identify whether sophisticated, institutional, or historically profitable wallets are accumulating or exiting a specific token — particularly for due diligence on DeFi tokens, memecoin vetting, or on-chain alpha research. Prefer this over generic holder lists when the focus is specifically on high-signal wallets rather than all holders.

## Known failure modes

- Invalid or malformed token contract address returns error
- Token address not found or not indexed returns empty or 404
- Unsupported chain or token type returns error
- Payment not fulfilled via x402 USDC protocol returns 402 status
- Rate limiting or service downtime on Vercel deployment

## 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 smart money tracking data for the specified token, including which high-profile or institutional wallets hold the token, recent accumulation or exit signals from sophisticated investors, and on-chain behavioral data indicating whether smart money is entering or leaving the token.

## 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-a61978f2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lensc.vercel.app](https://www.zero.xyz/host/lensc.vercel.app/llms.txt)
