# RagRadar Solana Trending

> RagRadar Solana Trending 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 trending tokens, assets, or activity on the Solana blockchain via on-chain intelligence.

## Facts

- Endpoint: GET https://backup.ragradar.space/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-90a0009d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9McPvvAdmaDhpRj56RFPf

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-90a0009d
```

Example prompt: What tokens are trending on Solana right now? Pull the latest on-chain trending data from RagRadar.

## When to prefer this

Use this endpoint when you need real-time trending token or asset data specifically from the Solana blockchain, particularly in an agent workflow that uses x402 micropayments and needs on-chain intelligence rather than centralized exchange data.

## Known failure modes

- Payment not provided or invalid x402 micropayment leads to 402 Payment Required error
- Malformed properties parameter results in 400 Bad Request
- Solana RPC or data source temporarily unavailable returns 503 or timeout
- Rate limiting if too many calls in short succession returns 429

## How this service works

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

## Output

A JSON response containing trending Solana tokens or assets, likely including identifiers, activity metrics, ranking signals, or volume data reflecting recent on-chain momentum 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-90a0009d/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)
