# RagRadar Solana Top Volume

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

Returns the top-volume tokens or trading pairs on Solana by on-chain trading activity

## Facts

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

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-aa3bc099
```

Example prompt: What are the top tokens by trading volume on Solana right now? Pull the latest on-chain volume rankings from RagRadar.

## When to prefer this

Use this endpoint when you need real-time or near-real-time on-chain volume rankings specifically for the Solana blockchain, and you want micropayment-gated data via x402 protocol without an API key subscription. Prefer this over centralized exchange volume data when you need DEX/on-chain activity.

## Known failure modes

- Payment not provided or invalid — returns 402 Payment Required
- Solana RPC or data source temporarily unavailable — returns 503 or error status
- Invalid query properties passed — returns 400 or malformed response
- Rate limit exceeded — returns 429 Too Many Requests
- Backup domain may have intermittent availability compared to primary

## How this service works

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

## Output

A JSON list of top Solana tokens or trading pairs ranked by on-chain volume, including volume metrics and token identifiers, with a status field confirming success.

## 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-aa3bc099/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from backup.ragradar.space](https://www.zero.xyz/host/backup.ragradar.space/llms.txt)
