Market Data - WebSocket API
WebSocket endpoint provides real-time market data 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:
- HTTP1.0 (opens in a new tab)
- HTTP1.1 (opens in a new tab)
- HTTP2.0 (opens in a new tab)
- WebSocket (opens in a new tab)
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.
Was this section helpful?