# RagRadar Solana Top Volume

> RagRadar Solana Top Volume is a paid API for AI agents from ragradar.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns the top tokens by trading volume on the Solana blockchain

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/solana/top-volume
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-solana-top-volume-d6e8b06d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WIkvc0CZP4hCwBOZ4virX

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 ragradar-solana-top-volume-d6e8b06d
```

Example prompt: Show me the top Solana tokens by trading volume right now — I want to see which ones are seeing the most on-chain activity today.

## When to prefer this

Use this endpoint when you need a real-time ranked list of Solana tokens by trading volume, especially for identifying trending or high-activity tokens for degen trading strategies, market research, or smart money tracking on Solana specifically.

## Known failure modes

- Solana RPC unavailability causing stale or missing data
- Rate limiting if called too frequently
- Empty result if no volume data is available for the current window
- Payment failure returning HTTP 402 if USDC balance is insufficient

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

A ranked list of Solana tokens ordered by trading volume, including token identifiers, volume figures, and related on-chain metrics such as price and liquidity data.

## Example request

```json
{
 "properties": "volume"
}
```

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