# LensCrypt Solana Top Volume Tokens

> LensCrypt Solana Top Volume Tokens is a paid API for AI agents from cryptuluns.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns the top tokens by trading volume on the Solana blockchain

## Facts

- Endpoint: GET https://cryptuluns.vercel.app/api/solana/top-volume
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-solana-top-volume-tokens-ba96652d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P5vfToG20F0u1aJUxHEPt

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-top-volume-tokens-ba96652d
```

Example prompt: What are the top Solana tokens by trading volume right now? I want to see which tokens are getting the most action on-chain.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call ranked list of Solana tokens by trading volume without setting up your own indexer or blockchain data pipeline. Ideal for agents that need real-time Solana market intelligence on demand and can pay micro-fees via x402/USDC on Base.

## Known failure modes

- API key or payment not provided — 402 payment required
- Solana RPC or data source downtime causing stale or unavailable data
- Rate limiting if called too frequently
- Empty result set during low-activity periods on Solana
- Malformed response if upstream data provider is degraded

## 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

A JSON list of top Solana tokens ranked by trading volume, including token identifiers and volume metrics, returned as a status-ok response with token data.

## 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-top-volume-tokens-ba96652d/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)
