24hr Ticker Statistics
{{WSS_SERVER}}/ws
Last modified:2024-10-12 09:22:44
Update Speed
Message Structure
Send Message
1.
1.
2.
2.
1.
2.
3.
1.
2.
Subscribe Example
{
"type": "subscribe",
"channel": "symbol_stats",
"id": "random string"
}
Unsubscribe Example
{
"type": "unsubscribe",
"channel": "symbol_stats",
"id": "random string"
}
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.
7.
1.
8.
1.
9.
1.
10.
1.
11.
1.
Response Example
Update Message
1.
1.
2.
2.
1.
2.
3.
1.
1.
2.
1.
3.
1.
4.
1.
5.
1.
6.
1.
7.
1.
8.
1.
9.
1.
10.
1.
11.
1.
Update Example
{
"type": "update",
"channel": "symbol_stats",
"data": {
"ETHUSDT": {
"openTime": "1700784000000",
"openPrice": "1780.00000000",
"highPrice": "1789.11000000",
"lowPrice": "1777.23000000",
"closePrice": "1779.00000000",
"volume": "10.00000000",
"trades": "7",
"closeTime": "1700870399999",
"quoteVolume": "17810.63000000",
"takerBuyBaseVolume": "6.10000000",
"takerBuyQuoteVolume": "10850.00000000"
}
]
}
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:22:44