> For the complete documentation index, see [llms.txt](https://satangdev.gitbook.io/satang-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://satangdev.gitbook.io/satang-api/apis-v3/websockets/general-wss-information.md).

# General WSS information

### Base endpoint

`wss://ws.satangcorp.com`

### Stream types

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 stream

* User Data Streams are accessed at **/ws/\<listenKey>** or **/stream?streams=\<listenKey>**
