WebSocket Index API
Market Data - WebSocket API
WebSocket endpoint provides real-time index value streaming which works in Subscribe-Publish communication model.
After establishing a WebSocket connection with us, you will need to send a Hello message documented below.
If everything is correct, we will provide you with a continuous stream of real-time market data updates.
Implemented Standards:
Your WebSocket client implementation must comply with the "v13" version of the protocol documented in the RFC6455, including responding with the "Pong" message each time we will send "Ping" (every minute), failure to respond with the "Pong" from your WebSocket client will cause a connection to be closed.
You may also want to use our REST API for a listing of available symbols, exchanges or assets that we support if you wish to receive a filtered stream.
Authentication
If you want to learn how to authenticate to this API, you can find detailed instructions and guidance in authentication section of this documentation.