timeframe parameter selects the aggregation bucket. Endpoints that do not accept it
are daily by construction — most on-chain, macro and sentiment metrics are computed once a
day and have no intraday form.
raw (derivatives metrics) is the exchange’s own publishing interval, stored without
resampling. It is a storage resolution, not a value you can pass in timeframe.
Values the parameter accepts
1m, 5m, 15m, 30m, 1h, 4h, 6h, 12h, 1d — matched case-insensitively.
An unrecognised value does not fail. The request falls back to the daily series, so a
typo returns valid-looking data at the wrong resolution. Each endpoint page lists the
timeframes that endpoint actually carries.
Rules that hold across the API
- Timestamps are UTC, ISO-8601.
- Series come back in ascending chronological order.