# RagRadar Solana Trending

> RagRadar Solana Trending 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 trending tokens, projects, or assets on the Solana blockchain in real time

## Facts

- Endpoint: GET https://ragdar.vercel.app/api/solana/trending
- 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-trending-ed1ac4d2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_q2N6-nJt__sCZ7PNWEx8N

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-trending-ed1ac4d2
```

Example prompt: What tokens are trending on Solana right now? Pull the latest on-chain trending data and show me what's gaining momentum.

## When to prefer this

Choose this endpoint when you need real-time trending signals specifically from the Solana blockchain, particularly for AI agent workflows that require on-chain intelligence with x402 micropayment support. Prefer it over general crypto data APIs when you need Solana-native trending data at low per-call cost ($0.01 USDC) and when operating in an agentic context that already handles x402 payment flows.

## Known failure modes

- Stale or empty data if on-chain indexing is lagging
- Generic {status: ok} response with no meaningful trending data if the index is unhydrated
- Rate limiting or 402 payment required if x402 micropayment header is missing or invalid
- Vague input schema may cause malformed requests if properties filter is not well-defined
- Service unavailability due to Vercel cold starts or upstream Solana RPC issues

## How this service works

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

## Output

A JSON response listing currently trending Solana tokens or assets, likely including token names, symbols, and on-chain activity metrics such as volume, transaction counts, or momentum scores that indicate what is gaining traction on the Solana network.

## 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-trending-ed1ac4d2/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)
