Timeseries stream
Market candles
Returns a stream of candles for specified markets.<br/> If you are falling behind (slow client) you will get warning message first, then error message and disconnection will happen.
get/timeseries-stream/market-candles
Query parameters
marketsstring[] required
Comma separated list of markets or market patterns like exchange-* or exchange-*-spot or *USDT-future.<br/> Use a corresponding /catalog-all-v2/market-{dataType} endpoint for the full list of supported markets for a given data type.
frequencystring
Example:1m
Candle duration. Supported values are 1m, 5m, 10m, 15m, 30m, 1h, 4h, 1d.
backfill'latest' | 'none'
What data should be sent upon a connection.<br/> By default the latest values are sent just before real-time data.
prettyboolean
Human-readable formatting of JSON responses.
Response
Candle WebSocket message.