Metrics · Timeseries (multi-asset)
get_metric_timeseries_multiTimeseries for ONE metric across MANY assets in a single call.
`assets` is comma-separated (e.g. "BTC,ETH,SOL"). Prefer this over
looping get_metric_timeseries — it is one round trip instead of N, and
the values are guaranteed to come from the same read.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assets | Yes | ||
| metric | Yes | ||
| to_date | No | utc_now | |
| interval | No | 1d | |
| from_date | No | utc_now-30d |