Recent Trades
{{WSS_SERVER}}/ws
Last modified:2024-10-12 09:21:29
Information
Initial Limit: 20 data points
Message Structure
Send Message
1.
1.
2.
2.
1.
2.
3.
1.
2.
4.
1.
2.
Subscribe Example
Unsubscribe Example
Initial Message
1.
1.
2.
2.
1.
2.
3.
1.
2.
4.
1.
2.
5.
1.
2.
6.
1.
1.
2.
1.
3.
1.
4.
1.
5.
1.
6.
1.
Response Example
Update Message
1.
1.
2.
2.
1.
2.
3.
1.
2.
4.
1.
1.
2.
1.
3.
1.
4.
1.
5.
1.
6.
1.
Response Example
{
"type": "update",
"channel": "trade",
"symbol": "WBTCUSDT",
"data": [
{
"price": "35566.14",
"quantity": "0.02",
"isBuyerMaker": false,
"buyerOrderID": "178523",
"sellerOrderID": "9563",
"tradeTime": "1700822401238"
},
{
"price": "35576.47",
"quantity": "0.01",
"isBuyerMaker": false,
"buyerOrderID": "178523",
"sellerOrderID": "9562",
"tradeTime": "1700822401238"
}
]
}
Request
Header Params
VESSEL-API-KEY
string
required
Default:
{{API_KEY}}
VESSEL-PASSPHRASE
string
required
Default:
{{API_PASSPHRASE}}
VESSEL-SIGNATURE
string
required
VESSEL-TIMESTAMP
string
required
Modified at 2024-10-12 09:21:29