# RagRadar Solana Top Volume

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

Returns the top Solana tokens or programs ranked by on-chain trading volume

## Facts

- Endpoint: GET https://ragdar.vercel.app/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-11f481b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QDUqd5l4j9WBSAzSTDCMh

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-11f481b4
```

Example prompt: What are the top tokens on Solana by trading volume right now? Pull the current on-chain volume leaders.

## When to prefer this

Use this endpoint when you need a quick, low-cost ($0.01) ranked view of top Solana tokens by trading volume without setting up your own RPC node or indexer. Prefer this over general Solana RPC calls when you want pre-aggregated volume rankings rather than raw transaction data.

## Known failure modes

- No input schema validation — malformed query parameters may return generic errors
- Upstream Solana RPC or indexer downtime may cause stale or missing data
- Vercel cold start may add latency on first request
- Minimal schema documentation makes it unclear whether time window or limit parameters are supported

## How this service works

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

## Output

A ranked list of Solana tokens or programs ordered by on-chain trading volume, including token identifiers and their corresponding volume metrics. Response is returned as JSON with a status indicator.

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