You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/index.html.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3638,8 +3638,8 @@ Response:
3638
3638
3639
3639
- The base endpoint is: **[ws://wbs-api.mexc.com/ws](http://wbs-api.mexc.com/ws)**
3640
3640
- Each connection to **[ws://wbs-api.mexc.com/ws](http://wbs-api.mexc.com/ws)** is valid for no more than 24 hours. Please handle disconnections and reconnections properly.
3641
-
- All trading pair names in the symbol must be in **uppercase**. For example: `[email protected]@<symbol>`
- If there is no valid subscription on the websocket, the server will actively disconnect after **30 seconds**. If the subscription is successful but there is no data flow, the server will disconnect after **one minute**. The client can send a ping to keep the connection alive.
3644
3644
- One ws connection supports a maximum of 30 subscriptions.
3645
3645
- Please process the data according to the parameters returned in the documentation. Parameters not returned in the documentation will be optimized soon, so please do not use them.
@@ -3742,7 +3742,7 @@ The current websocket push uses the protobuf format. The specific integration pr
0 commit comments