# RagRadar Farcaster Crypto Social Intelligence

> RagRadar Farcaster Crypto Social Intelligence 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 on-chain and social intelligence data for crypto-related Farcaster activity via the RagRadar API

## Facts

- Endpoint: GET https://backup.ragradar.space/api/social/farcaster/crypto
- 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-farcaster-crypto-social-intelligence-a50003f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rz_0WINrf5gSzdoh5gdeI

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-farcaster-crypto-social-intelligence-a50003f3
```

Example prompt: Pull the latest Farcaster crypto social intelligence from RagRadar — I want to see what crypto signals or on-chain activity is showing up in Farcaster social data right now.

## When to prefer this

Use this endpoint when you need Farcaster-specific crypto social data with on-chain context, particularly when integrating decentralized social signals into an AI agent pipeline using x402 micropayment flow on Base, Arbitrum, or Solana.

## Known failure modes

- Missing or invalid properties parameter returns malformed request error
- Payment failure via x402 micropayment returns 402 Payment Required
- Upstream Farcaster or on-chain data unavailable returns 503 or degraded response
- Rate limiting may occur if quota exceeded
- Backup domain may have higher latency or reduced availability compared to primary

## How this service works

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

## Output

Returns a JSON object with status and Farcaster crypto social intelligence data, including on-chain activity or social signals relevant to crypto topics on the Farcaster protocol.

## 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-farcaster-crypto-social-intelligence-a50003f3/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)
