This endpoint returns the price and OHLC for a list of tokens/chains in a given time window. Prices are calculated as a volume-weighted average and OHLC values are aggregated over DEX trades within the window specified by time_window.Max number of tokens per request: 50
If a token has no trading activity in a requested time window, we will forward fill the price and OHLC from the most recent prior window with data (i.e., carry forward the last known values) so your time series is more consistent/dense.Notes:
If there is no prior datapoint to forward fill from before the start of the requested time window (e.g. if the token was not created yet), that window will still have no data.