get_history
Retrieve seven-day sentiment history for Bitcoin, gold, or oil to compare daily readings and spot outliers. Choose daily or hourly granularity for detailed intraday analysis.
Instructions
Sentiment over the last seven days — reach for this only to tell a normal reading from an outlier, since today's number often only means something next to yesterday's. Daily by default: one point per day with close/avg/min/max, which answers that question at about a sixth of the payload. Pass granularity 'hourly' for every run only when the shape inside a day matters. Seven days is the full public window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | BTC, GOLD or OIL | |
| granularity | No | daily (default, ~8 points) or hourly (~170 points, ~6x the payload) |