Candles
Returns OHLCV (Open, High, Low, Close, Volume) candlestick data for any token. Powered by TimescaleDB continuous aggregates that automatically roll up raw trades into 1-minute, 5-minute, 1-hour, and 1-day buckets.Endpoint
Path Parameters
Query Parameters
Examples
Response
Response Fields
Price Conversion
All price values are inuxyz per token, scaled by 10^6:
Volume Conversion
Volume is inuxyz:
Timeframe Details
Candles are computed from raw trades using TimescaleDB continuous aggregates. They auto-refresh as new trades come in — there is no delay beyond the ~5 second indexing lag.
Periods with no trades will be missing from the response (no zero-volume candles). If you need a continuous series for charting, fill gaps client-side using the previous candle’s close price.