# LensCrypt Solana NFT Collection Analytics

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

Fetches analytics and metadata for a Solana NFT collection identified by its symbol

## Facts

- Endpoint: GET https://lemscrypt.vercel.app/api/nft/solana/collection/%7Bsymbol%7D
- Price: $0.25/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-collection-analytics-92a3423e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ou_eXyvdprGWtWblYBBe1

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-collection-analytics-92a3423e
```

Example prompt: Pull up the NFT collection analytics for the Solana project with symbol DEGODS — I want to see floor price, volume, and holder stats.

## When to prefer this

Choose this endpoint when you need on-chain NFT collection analytics specifically on the Solana blockchain, identified by a collection symbol. Prefer it for quick lookups of floor price, volume, and holder data without needing to parse raw blockchain data yourself. It is part of a broader crypto intelligence suite, so it pairs well with other LensCrypt endpoints for wallet or DeFi analysis.

## Known failure modes

- Unknown or invalid collection symbol returns empty or error response
- Collection symbol with special characters may not resolve correctly
- Newly launched collections may have incomplete data
- API may return stale data if the collection has low recent activity
- Rate limiting or payment failure via x402 protocol results in 402 response

## 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 analytics for the specified Solana NFT collection, including metrics such as floor price, trading volume, number of holders, and collection metadata associated with the given symbol.

## 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-collection-analytics-92a3423e/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)
