Public streams
wss://wss.woox.io/v3/public (Production) wss://wss.staging.woox.io/v3/public (Staging)Private streams
wss://wss.woox.io/v3/private (Production) wss://wss.staging.woox.io/v3/private (Staging)Authentication
Public market data topics do not require authentication.
-
Obtain a listen key
Call the following endpoint to get your listenKey. -
Connect to the WebSocket
Use the WebSocket base URL and append your listen key as a query parameter at{base_wss_url}
?key=<listenKey>
.