Interface IDEXSubscribeCandles

Provides candle (OHLCV) data updates for a market.


Subscription Parameters


interface IDEXSubscribeCandles {
    name: "candles";
    interval: CandleInterval;
    markets?: string[];
}

Hierarchy (view full)

Properties

name: "candles"

Subscription to subscribe to.

interval: CandleInterval

Candle Interval to subscribe to

  • Only applicable for candles subscription
markets?: string[]

Array of Market Symbols

  • Overrides the markets array at the top-level subscription object, if provided.
  • Required if the top-level subscription does not define markets and the request is a public subscription