# RagRadar Solana Trending Tokens

> RagRadar Solana Trending Tokens 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 a list of currently trending tokens on the Solana blockchain based on on-chain activity and social signals

## Facts

- Endpoint: GET https://ragradar.space/api/solana/trending
- 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-trending-tokens-0499bc71
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SaNjhbPc0BJJF-5ylQE8c

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-tokens-0499bc71
```

Example prompt: What tokens are trending on Solana right now? I want to see what's hot on-chain so I can spot degen opportunities early.

## When to prefer this

Use this endpoint when you need real-time discovery of trending Solana tokens, especially for degen/memecoin monitoring, early opportunity detection, or building a Solana token watchlist. Prefer this over generic crypto trending APIs when Solana-specific on-chain signals and social momentum are required together.

## Known failure modes

- API returns 402 Payment Required if x402 payment is not included
- Empty or stale results if no tokens meet trending threshold at query time
- Network timeout if Solana RPC data is slow to aggregate
- Malformed response if upstream data sources are unavailable

## How this service works

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

## Output

A JSON list of currently trending Solana tokens with associated on-chain metrics, activity signals, and possibly social momentum data indicating which tokens are gaining traction at the moment of the call.

## 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-tokens-0499bc71/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)
