# LensCrypt Solana NFT Token Analytics

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

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

## Facts

- Endpoint: GET https://67olens-x402.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-solana-nft-token-analytics-78ad4de2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_077CNzaTcU2v_WWx3tXMq

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-solana-nft-token-analytics-78ad4de2
```

Example prompt: Can you pull up the NFT analytics for the Solana mint address DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263? I want to see collection stats and any relevant token data.

## When to prefer this

Choose this endpoint when you need on-demand NFT analytics for a specific Solana NFT token and are willing to pay $0.20 USDC per call via the x402 protocol. Prefer this over general Solana RPC calls when you need enriched analytics beyond raw chain data, and when you are already using the LensCrypt suite for other crypto intelligence needs.

## Known failure modes

- Invalid or malformed mint address returns an error response
- Mint address not found on Solana returns empty or 404-style response
- Payment failure via x402 protocol blocks request
- Rate limiting or server errors on the Vercel deployment
- Newly minted tokens may lack indexed analytics data

## 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 containing NFT metadata and analytics for the specified Solana mint address, including collection information, token attributes, ownership details, and pricing or market statistics relevant to the NFT on Solana.

## 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-solana-nft-token-analytics-78ad4de2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 67olens-x402.vercel.app](https://www.zero.xyz/host/67olens-x402.vercel.app/llms.txt)
