# RagRadar Social Trending

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

Fetches trending social data and signals from on-chain sources across Base, Arbitrum, and Solana networks

## Facts

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

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-9fe40f45
```

Example prompt: What's trending on crypto social right now across Base and Solana — pull the latest on-chain social signals from RagRadar's trending endpoint.

## When to prefer this

Use this endpoint when you need real-time trending social intelligence anchored to on-chain data across multiple EVM and Solana chains. Prefer this over generic social scrapers when the use case requires blockchain-native context, micropayment-gated freshness, or cross-chain social signal aggregation.

## Known failure modes

- Payment not included or insufficient — returns 402 Payment Required
- Invalid or missing properties filter — returns 400 or empty result set
- Upstream chain data unavailable — may return degraded or partial results
- Rate limit exceeded — returns 429
- Service temporarily unavailable on backup domain — returns 503

## How this service works

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

## Output

A JSON response containing trending social topics, tokens, or conversations ranked by on-chain activity and social signals across Base, Arbitrum, and Solana networks.

## 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-9fe40f45/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)
