# LensCrypt Smart Money Token Analysis

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

Returns smart money tracking data for a specific token by contract address, including whale movements and sophisticated trader activity

## Facts

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

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-2d4f883e
```

Example prompt: Can you pull up the smart money tracking data for the token at contract address 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984 — I want to see which whale wallets and sophisticated traders are buying or holding it right now?

## When to prefer this

Use this endpoint when you need to identify sophisticated or institutional wallet activity for a specific token by contract address, particularly when investigating whether smart money is accumulating or distributing. Prefer this over generic DEX volume endpoints when the goal is to filter for high-signal wallet behavior rather than raw trade volume.

## Known failure modes

- Invalid or malformed contract address returns error
- Token not indexed or too new returns empty or 404
- Network congestion or upstream data lag may return stale data
- Payment failure via x402 protocol returns 402 Payment Required
- Rate limiting if too many calls in quick succession

## 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 and whale wallet activity associated with the given token contract address, including which sophisticated on-chain traders are accumulating, 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-2d4f883e/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)
