Skip to main content

INSTRUMENTS Channel

The INSTRUMENTS channel sends information about the tradable instruments. If product_ids is not specified, then updates to all instruments are returned.

MATCH Channel

The MATCH channel provides real-time information every time a trade happens. No snapshot is provided in this channel upon subscription.

FUNDING Channel

The FUNDING channel provides information on predicted/last funding intervals. The first SNAPSHOT message includes the funding rate of the last funding interval. If the field is_final is false, the message indicates the predicted funding rate for the next funding interval.

RISK Channel

The RISK channel provides snapshots and updates on risk metrics of the markets.

LEVEL1 Channel

The LEVEL1 channel provides real-time top of book updates.

LEVEL2 Channel

The LEVEL2 channel provides real-time updates on the top 20 levels of the aggregated order book.
The size property is the updated size at the price level, not a delta. A size of “0” indicates the price level can be removed.

CANDLES Channel

The candles channels provide aggregated market data in the form of OHLCV. There are five different candles channels for different granularities.
Snapshot messages are sent upon subscription. Unlikely but possible, new snapshot messages may be sent during active subscription. Each snapshot provides an array of 200 hundred candles, if there is enough data. Each candle array is one granularity time long.
Each update message updates the latest candle of the granularity time. It can replace the entire entry, empty fields means they are not updated. If start field is updated, a new candle is provided. For example, if current time is 2024-06-01T16:12:34, the CANDLES_ONE_MINUTE will update the candle of 2024-06-01T16:12:00; the CANDLES_FIVE_MINUTE will update the candle of 2024-06-01T16:10:00; the CANDLES_THIRTY_MINUTE will update the candle of 2024-06-01T16:00:00.

RFQ MATCH Channel

The RFQ_MATCH channel provides real-time information every time an RFQ trade happens. No snapshot is provided in this channel upon subscription.

INDEX Channel

The INDEX channel provides real-time index prices that update once per second.