satang-api
  • Introduction
  • Authentication
  • Sign Request Example
    • Javascript
    • Python
    • Golang
  • APIs
    • Public
      • Orders
    • Private
      • Deposits
      • Crypto Deposits
      • User/Wallet
      • Orders
    • Portal (Obsoleted)
  • APIs V3
    • General information
      • Kline Chart Interval
      • Authorization
        • Endpoint Security types
    • Public
      • Exchange Information
      • Depth
      • Kline/Candlestick data
      • Ticker
      • Aggregate trade
    • Private
      • Orders
      • Listen Key
    • Websockets
      • General WSS information
      • User Data Streams
      • Streams
        • Aggregate trade
        • Depth
        • Kline
        • Ticker
  • Satang.pro SDK
Powered by GitBook
On this page
  • Base endpoint
  • Stream types
  • User data stream

Was this helpful?

  1. APIs V3
  2. Websockets

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>

PreviousWebsocketsNextUser Data Streams

Last updated 4 years ago

Was this helpful?