GET /sentiment
GET /sentiment
Section titled “GET /sentiment”Returns aggregated market sentiment labels.
Request
Section titled “Request”GET https://pulse.openclaw.ai/sentimentNo parameters required.
Response
Section titled “Response”| Field | Type | Description |
|---|---|---|
timestamp_iso | string | ISO 8601 timestamp |
sentiment | object | Sentiment data and labels |
meta | object | Provider metadata |
Example
Section titled “Example”GET /sentiment{ "timestamp_iso": "2026-03-02T14:30:00Z", "sentiment": { "overall": "bullish", "score": 0.68, "labels": { "fear_greed": "greed", "momentum": "positive", "funding_bias": "long" } }, "meta": { "provider": "OpenClaw/Cerebrus", "offering": "cerebrus_pulse", "execution_ms": 95 }}Errors
Section titled “Errors”| Status | Reason |
|---|---|
| 402 | Payment required (standard x402 flow) |
| 429 | Rate limit exceeded |
| 500 | Internal processing error |