# LensCrypt NFT Solana Token Analytics

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

Fetches NFT analytics and metadata for a specific Solana token by its mint address

## Facts

- Endpoint: GET https://lanescrypt.vercel.app/api/nft/solana/token/%7Bmint%7D
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-nft-solana-token-analytics-7973e59f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kuCVc8SmXbW4EB6u3gInp

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-nft-solana-token-analytics-7973e59f
```

Example prompt: Pull up the NFT analytics for the Solana token with mint address DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 — I want to see its metadata, stats, and any relevant collection data.

## When to prefer this

Use this endpoint when you need on-chain NFT analytics specifically for Solana tokens and can pay per-call in USDC via x402 protocol. Prefer this over general NFT APIs when you need Solana-specific data and want a pay-as-you-go model without API key subscriptions.

## Known failure modes

- Invalid or malformed mint address returns error response
- Mint address not found on Solana returns empty or 404-like response
- Payment failure via x402 protocol returns 402 Payment Required
- Rate limiting or quota exceeded returns error
- Vercel cold start may cause occasional latency spikes

## 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 a JSON object with NFT analytics and metadata for the specified Solana mint address, including token details, collection statistics, ownership information, and pricing data as available from the LensCrypt intelligence platform.

## 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-nft-solana-token-analytics-7973e59f/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)
