# RagRadar Social Trending

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

Fetches currently trending social signals and topics in the crypto/Web3 space across monitored social channels

## Facts

- Endpoint: GET https://ragradar.vercel.app/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-608b00a0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9m86koQXcF-C1sHMWnuJi

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-608b00a0
```

Example prompt: What crypto tokens and topics are trending on social media right now? Pull the latest social signals from RagRadar so I can see what's getting the most buzz in the Web3 space today.

## When to prefer this

Use this endpoint when you need real-time social trending data specifically for crypto, DeFi, and Web3 tokens — especially when you want to identify which assets or narratives are gaining social momentum before on-chain price action follows. Prefer this over generic social APIs when you need crypto-native context and multi-chain correlation.

## Known failure modes

- Payment required (402) if x402 payment header is missing or USDC balance is insufficient
- Empty or stale results if social data pipeline has not refreshed recently
- Rate limiting if called too frequently
- Malformed response if upstream social data sources are unavailable

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

A JSON object containing a list of currently trending social topics, tokens, or narratives with associated engagement metrics, signal scores, and sentiment data derived from monitored social channels in the crypto/Web3 space.

## Example request

```json
{
 "properties": "trending"
}
```

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