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
For tokens with no trading activity in one of the requested time windows, we intentionally do not return a price in that window. This is a design choice to prevent returning a stale price for an inactive token. It is up to you to decide how you want to handle those cases.