General WSS information
Base endpoint
wss://ws.satangcorp.com
Stream types
There are 2 types of streams are
Raw streams can be accessed at
/ws/<streamName>
Combined streams can be accessed at
/stream?streams=<streamName1>/<streamName2>/<streamName3>
Events from combined stream will be wrapped as follows:
{"stream":"<streamName>","data":<rawPayload>}
User data stream
User Data Streams are accessed at /ws/<listenKey> or /stream?streams=<listenKey>
Last updated
Was this helpful?