Developer

10.8 GET /sentiment-pulse — market mood aggregate

No params. Hardcoded 24h window. No category/token filter (V1).

Example request:

curl -H "Authorization: Bearer zk_YOUR_KEY" \
     "https://zippfeed.com/api/v1/developer/sentiment-pulse"

Response:

{
  "window": "24h",
  "as_of": "2026-05-22T10:00:00Z",
  "total_posts": 145,
  "breakdown": {
    "BULLISH": { "count": 87, "percent": 0.60 },
    "NEUTRAL": { "count": 41, "percent": 0.28 },
    "BEARISH": { "count": 17, "percent": 0.12 }
  }
}