Our WebSocket API provides a live stream of the market data (order book, ticker, trade executions, etc.) for our markets. It also gives real time status updates for various account information (open orders, trades, etc.).
Any modern programming language (Python, JavaScript, Java, C variants, Go etc.) can be used to implement our WebSocket API, but sometimes it is necessary to interact with the API without writing any custom code (such as for message validation, networking testing, etc.).
For this purpose, we provide the following WebSocket API test suites, that allow interaction with the public market data feeds and the private (authenticated) order/trade status feeds via a graphical web browser (We recommend using Chrome).