Websockets

Websockets are only available for Python 3.5+.

The IDEX Websocket documentation describes the type of messages that can be returned from the websocket.

These include
  • orders added to the order book
  • orders removed from the order book
  • orders modified in the order book
  • new trades

So far only new trade events are received.

Example