Interface IDEXSubscribeTickers

Provides ticker data updates for a market.


Subscription Parameters

  • Subscription: tickers
  • Authentication: None
  • Update Speed: 1 second
  • Required Parameters: markets

interface IDEXSubscribeTickers {
    name: "tickers";
    markets?: string[];
}

Hierarchy (view full)

Properties

Properties

name: "tickers"

Subscription to subscribe to.

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