# RagRadar Solana Top Volume

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

Returns the top tokens or trading pairs by trading volume on the Solana blockchain

## Facts

- Endpoint: GET https://ragradar.space/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-163cb562
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G9simmFotpjxnKw4H4CqT

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-163cb562
```

Example prompt: What are the top Solana tokens by trading volume right now on RagRadar — I want to see which coins are seeing the most action on-chain today.

## When to prefer this

Use this endpoint when you need a real-time ranked list of the highest-volume Solana tokens or DEX pairs, especially for degen trading research, trend spotting, or building Solana-focused market dashboards. Prefer this over Base or Arbitrum volume endpoints when the user specifically asks about Solana activity.

## Known failure modes

- Payment required (402) if USDC micropayment not included
- Empty or minimal result set if Solana RPC data is stale
- Rate limiting if too many calls are made in quick succession
- Malformed JSON if upstream indexer is unavailable
- Timeout if Solana network congestion delays data fetching

## How this service works

On-chain intelligence for AI agents. 73+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

A JSON response containing a ranked list of Solana tokens or trading pairs sorted by trading volume, likely including token names, symbols, volume figures, and possibly price or liquidity 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/ragradar-solana-top-volume-163cb562/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.space](https://www.zero.xyz/host/ragradar.space/llms.txt)
