# RagRadar Social Trending Tokens

> RagRadar Social Trending Tokens is a paid API for AI agents from ragradar.space, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Fetches socially trending cryptocurrency tokens and topics across on-chain social signals in real time

## Facts

- Endpoint: GET https://ragradar.space/api/social/trending
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-social-trending-tokens-0d17b896
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NzGgdGrvSMZ2ErWtxBVuP

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-social-trending-tokens-0d17b896
```

Example prompt: What tokens are trending most on crypto social media right now across Base, Arbitrum, and Solana — pull the latest social trending data from RagRadar.

## When to prefer this

Use this endpoint when you need real-time social momentum signals for crypto tokens across multiple chains (Base, Arbitrum, Solana), especially for discovering emerging or viral tokens before they hit mainstream feeds. Prefer this over generic price trackers when social sentiment and community buzz is the primary signal of interest.

## Known failure modes

- Payment not provided or insufficient USDC — returns HTTP 402 Payment Required
- Invalid or missing query parameters — returns 400 with error detail
- Rate limit exceeded — returns 429
- Service unavailable or data pipeline lag — returns 500 or stale data
- No trending tokens found for given filters — returns empty list with status ok

## How this service works

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

## Output

A JSON response containing a ranked list of socially trending cryptocurrency tokens with associated social engagement metrics and signal data across supported chains (Base, Arbitrum, Solana).

## 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-social-trending-tokens-0d17b896/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)
