# RagRadar Social Signals — Token Social Data by Chain

> RagRadar Social Signals — Token Social Data by Chain is a paid API for AI agents from ragradar.vercel.app, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Fetches social signals and community sentiment data for a specific token on a given blockchain (Base, Arbitrum, or Solana)

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/social/token/%7Bchain%7D/%7Baddress%7D
- Price: $0.03/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-signals-token-social-data-by-chain-b6d67bff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L_LAvM8FpqVZ87rYhpXNW

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-signals-token-social-data-by-chain-b6d67bff
```

Example prompt: What's the social buzz and community sentiment around the token at address 0xABC123 on Base right now — is it trending or quiet?

## When to prefer this

Use this endpoint when you need social signal intelligence for a specific token identified by its on-chain contract address on Base, Arbitrum, or Solana. Prefer this over general crypto news feeds when you want quantified, address-linked social metrics rather than narrative news. Best for agents doing token due diligence, whale/smart-money research augmented with community sentiment, or monitoring whether a token is gaining social traction before or after a price move.

## Known failure modes

- Invalid or unsupported chain identifier returns error
- Token contract address not found or unrecognized returns empty or error response
- Malformed address format causes 400-level error
- Token has no social data indexed yet returns empty result
- Rate limiting or payment failure (x402) blocks the request
- Network or upstream social data provider unavailability returns 5xx error

## 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

Returns social signal data for the specified token on the specified chain, including community sentiment, social activity metrics, mention trends, and engagement signals that indicate whether the token is gaining or losing social traction.

## 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-signals-token-social-data-by-chain-b6d67bff/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)
