# RagRadar Social Token Intelligence

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

Fetches on-chain social/token data for a specific token address on a given blockchain via the RagRadar intelligence API.

## Facts

- Endpoint: GET https://backup.ragradar.space/api/social/token/%7Bchain%7D/%7Baddress%7D
- Price: $0.03/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-token-intelligence-0cfdb5c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pnUZR5F-YfFxnu0GlVQtK

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-0cfdb5c1
```

Example prompt: Can you pull the on-chain social data for the token at address 0xAbC123...def on Base using RagRadar?

## When to prefer this

Use this endpoint when you need on-chain social or token intelligence for a specific contract address on Base, Arbitrum, or Solana, and want to pay per-call via x402 micropayments without a subscription.

## Known failure modes

- Invalid or unsupported chain identifier returns an error
- Token address not found on the specified chain returns empty or error response
- Malformed address format causes a 400-level error
- Payment not provided or insufficient USDC triggers a 402 response
- Backup domain instability may cause intermittent 5xx errors

## How this service works

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

## Output

Returns a JSON object with on-chain social and token intelligence for the specified token address on the requested chain, including status and relevant token metadata fields.

## 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-0cfdb5c1/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)
