# RagRadar Social Token Intelligence

> RagRadar Social Token Intelligence is a paid API for AI agents from ragradar.space, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-16).

Fetches social signals and sentiment data for a specific token on a given blockchain chain

## Facts

- Endpoint: GET https://ragradar.space/api/social/token/%7Bchain%7D/%7Baddress%7D
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-social-token-intelligence-5c9baf17
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zvJ74shXIeUglx6xyCAlh

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-token-intelligence-5c9baf17
```

Example prompt: Pull the social signals and sentiment data for the token at address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base — I want to know what the community is saying and whether there's any social buzz around it.

## When to prefer this

Use this endpoint when you need social sentiment and community signal data specifically tied to a token contract address on Base, Arbitrum, or Solana. Prefer this over generic social scrapers when you need on-chain-correlated social intelligence in a structured API format.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Token contract address not found or not indexed returns empty or error response
- Malformed address format causes request failure
- Chain not supported (only Base, Arbitrum, Solana) results in error
- Payment of $0.03 USDC not provided triggers 402 Payment Required

## How this service works

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

## Output

Returns social signal data for the specified token on the given chain, including community sentiment, social activity metrics, and related social indicators as a JSON object.

## 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-token-intelligence-5c9baf17/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)
