fahali_get_market_sentiment
Access historical market sentiment from news and detection signals. Filter by trading symbol to retrieve sentiment score, direction, confidence, and source details.
Instructions
Get market sentiment history from news and detection signals. Supports optional symbol filter. Returns sentiment score, confidence, direction (bullish/bearish/neutral), source, and news count per entry. Covers the momentum and volume_anomaly engines. Public data — no tier required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of sentiment entries to return (default 20). | |
| symbol | No | Optional trading symbol filter (e.g. 'BTCUSDT'). Omitting returns aggregate market sentiment. |