# RagRadar Farcaster Crypto Social Signals

> RagRadar Farcaster Crypto Social Signals is a paid API for AI agents from ragradar.vercel.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Fetches crypto-related social signals and activity data from the Farcaster decentralized social network

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/social/farcaster/crypto
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-farcaster-crypto-social-signals-a2b76ab7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bJJE8ml9I2nKWCff6OuRA

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-signals-a2b76ab7
```

Example prompt: What crypto topics and tokens are trending on Farcaster right now? Pull the latest social signals and community chatter from the RagRadar Farcaster crypto feed.

## When to prefer this

Choose this endpoint when you need crypto-specific social signals sourced from the Farcaster decentralized social network, especially when tracking community sentiment, trending tokens, or influencer activity in a Web3-native social context. Prefer over Twitter/X scrapers when you want censorship-resistant, on-chain-adjacent social data from a crypto-native audience.

## Known failure modes

- Farcaster API unavailable or rate-limited — returns error status
- No recent crypto activity on Farcaster — returns empty results
- Invalid properties filter parameter — returns 400 bad request
- Payment not processed — returns 402 Payment Required
- Upstream Farcaster data delay — returns stale or partial results

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

A JSON response containing crypto-related Farcaster social data, likely including recent posts, trending tokens, engagement metrics, and social signals from the Farcaster decentralized social network relevant to crypto and DeFi activity.

## Example request

```json
{
 "properties": "crypto"
}
```

## 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-signals-a2b76ab7/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)
