# RagRadar Social Token Intelligence

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

Fetches on-chain social token data for a given token address on a specified blockchain network

## Facts

- Endpoint: GET https://ragdar.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-token-intelligence-5022994f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y7PJKCwvnup-jieS51E9X

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-5022994f
```

Example prompt: Pull the social token data for the contract address 0xAbC123... on Base using RagRadar — I want to see what on-chain intelligence is available for it.

## When to prefer this

Use this endpoint when you need on-chain social token metadata for a specific contract address on Base, Arbitrum, or Solana and want a single low-cost ($0.03 USDC) per-call lookup via x402 micropayments. Prefer this over general blockchain explorers when you need structured, agent-ready JSON output rather than a human-readable UI.

## Known failure modes

- Invalid or unsupported chain identifier returns an error response
- Non-existent or unrecognized token address returns empty or error result
- Malformed address format causes request failure
- Token not indexed by RagRadar returns no data
- Network timeout or upstream blockchain RPC failure
- Payment failure via x402 micropayment prevents access

## How this service works

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

## Output

Returns a JSON object with on-chain social token data for the specified token address on the given chain, including status confirmation and token metadata fields available for that contract.

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