Timeseries stream
Market trades
Returns a WebSocket stream of trades 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-trades
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.
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
Trade WebSocket message.