# LensCrypt Smart Money Token Analytics

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

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

## Facts

- Endpoint: GET https://lemscrypt.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-analytics-ef167d1e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M7jMEkDq7Sm51GzBFhvrf

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-analytics-ef167d1e
```

Example prompt: Can you check what smart money wallets are doing with the token at address 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 — are sophisticated traders buying or selling it right now?

## When to prefer this

Use this endpoint when you need on-chain smart money intelligence for a specific token contract — particularly when assessing whether sophisticated traders or whale wallets are accumulating or distributing a token before making an investment or trading decision. Prefer this over generic price APIs when the goal is to understand the behavior of high-value wallet cohorts rather than just market price.

## Known failure modes

- Invalid or malformed token contract address returns an error
- Token address not indexed or unsupported chain returns empty or 404
- Network timeout or upstream data provider unavailability
- Rate limiting if too many requests are made in quick succession
- Payment failure via x402 protocol if USDC balance is insufficient

## 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 JSON data indicating smart money wallet activity related to the specified token address, including which sophisticated or high-value wallets are buying, selling, or holding the token, along with aggregated flow signals and directional sentiment from tracked smart money accounts.

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