Metrics · Timeseries
get_metric_timeseriesTimeseries for any available metric on any asset.
Accepts Santiment-style relative dates ("utc_now-7d") as well as ISO
timestamps. If the metric is not available this returns an error naming it
rather than an empty series — an empty result here always means "no data in
that range", never "we do not have this metric".Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | ||
| metric | Yes | ||
| to_date | No | utc_now | |
| interval | No | 1d | |
| from_date | No | utc_now-30d | |
| aggregation | No | LAST |