Skip to content

Commit c0de8ff

Browse files
authored
Spot v3 en (#264)
* Update index.html.md * Update index.html.md * Update build.yml * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update layout.erb * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update build.yml * update * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md * Update index.html.md
1 parent dafd8b6 commit c0de8ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/index.html.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3638,8 +3638,8 @@ Response:
36383638

36393639
- The base endpoint is: **[ws://wbs-api.mexc.com/ws](http://wbs-api.mexc.com/ws)**
36403640
- 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>`
3642-
Example: `[email protected]@BTCUSDT`
3641+
- All trading pair names in the symbol must be in **uppercase**. For example: `spot@public.aggre.deals.v3.api.pb@(100ms|10ms)@<symbol>`
3642+
Example: `spot@public.aggre.deals.v3.api.pb@100ms@BTCUSDT`
36433643
- 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.
36443644
- One ws connection supports a maximum of 30 subscriptions.
36453645
- 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
37423742
{
37433743
"id": 0,
37443744
"code": 0,
3745-
"msg": "[email protected]@BTCUSDT"
3745+
"msg": "spot@public.aggre.deals.v3.api.pb@100ms@BTCUSDT"
37463746
}
37473747
```
37483748

@@ -3751,7 +3751,7 @@ The current websocket push uses the protobuf format. The specific integration pr
37513751

37523752
{
37533753
"method": "SUBSCRIPTION",
3754-
"params": ["[email protected]@BTCUSDT"]
3754+
"params": ["spot@public.aggre.deals.v3.api.pb@100ms@BTCUSDT"]
37553755
}
37563756

37573757

@@ -3774,7 +3774,7 @@ The current websocket push uses the protobuf format. The specific integration pr
37743774

37753775
{
37763776
"method": "UNSUBSCRIPTION",
3777-
"params": ["[email protected]@BTCUSDT"]
3777+
"params": ["spot@public.aggre.deals.v3.api.pb@100ms@BTCUSDT"]
37783778
}
37793779

37803780

0 commit comments

Comments
 (0)