General WSS information
wss://ws.satangcorp.com
There are 2 types of streams are
- 1.Raw streams can be accessed at
/ws/<streamName>
- 2.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 Streams are accessed at /ws/<listenKey> or /stream?streams=<listenKey>
Last modified 2yr ago