Token Price History
/gateway/v1/market/priceReturns historical price data points for a token over a specified time range.
Time range options: - Predefined: `1d`, `7d`, `14d`, `30d`, `90d`, `180d`, `365d`, `max` - Custom: use `from` / `to` (Unix seconds or `YYYY-MM-DD`)
Granularity is automatic based on range: - `1d` → 5-minute intervals - `7d`–`90d` → hourly - `180d`+ → daily
Query Parameters
Single token ticker symbol like `BTC`, `ETH`, or `SOL` (multi-symbol not supported)
BTCWindow of historical data to return: `1d`, `7d`, `14d`, `30d`, `90d`, `180d`, `365d`, or `max`. Ignored when `from`/`to` are set. This endpoint uses `time_range` only — it does NOT accept `interval`; bucket granularity is chosen server-side based on the window size.
1d7d14d30d90d180d365dmax30dStart of custom date range (Unix timestamp or YYYY-MM-DD). Must be used together with `to`. Overrides `time_range` when set.
2025-01-01End of custom date range (Unix timestamp or YYYY-MM-DD). Must be used together with `from`. Overrides `time_range` when set.
2025-03-01Quote currency like `usd`, `eur`, or `btc`
usd