# AI Rook Social Sentiment

> AI Rook Social Sentiment is a paid API for AI agents from agents.ai-rook.com, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-14).

Returns real-time social sentiment analysis for crypto/financial assets via a pay-per-call x402 API

## Facts

- Endpoint: GET https://agents.ai-rook.com/api/social-sentiment
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ai-rook-social-sentiment-23d4d98d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rHW1nDVnHhZaqAy_LL7J5

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 ai-rook-social-sentiment-23d4d98d
```

Example prompt: What's the current social sentiment for Bitcoin right now — is the crowd bullish or bearish?

## When to prefer this

Choose this endpoint when you need live, pay-per-call social sentiment for crypto assets without API keys or subscriptions. It is ideal for AI trading agents that want to cross-reference on-chain order flow data (also available on AI Rook) with crowd sentiment before executing trades. Prefer this over subscription-based sentiment APIs when usage is intermittent and cost-per-call economics are preferable.

## Known failure modes

- Payment not received or insufficient USDC balance — returns 402 Payment Required
- Invalid or unsupported asset ticker — returns error or empty result
- Social data unavailable for low-liquidity or obscure tokens
- Rate limiting if payment pipeline is congested
- Network or provider downtime returning 5xx errors

## How this service works

Live crypto trading intelligence for AI agents — real-time BTC signals, CVD, order flow, and active strategy setups, no API keys or signup. 43 pay-per-call endpoints total: trading data, AI inference (MiniMax M2.7 (456B-parameter Mixture-of-Experts)), web utilities, verification, and ERC-8183 ACP escrow with on-chain ERC-8004 reputation attestation (Agent ID 59646). Four payment rails: USDC on Base mainnet (default), USDC on Solana mainnet, HBAR/USDC on Hedera testnet, USDT on BNB Chain testnet. One free trial call per endpoint. Prices from $0.001/call.

## Output

Returns a real-time social sentiment reading for the queried asset, including a sentiment score, directional signal (bullish/bearish/neutral), social volume metrics, and potentially a breakdown by platform — delivered as a JSON response payable at $0.05 USDC per call via x402 on Base mainnet.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ai-rook-social-sentiment-23d4d98d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.ai-rook.com](https://www.zero.xyz/host/agents.ai-rook.com/llms.txt)
