K Line
{{WSS_SERVER}}/ws
Last modified:2024-10-12 09:19:19
Information
Initial Limit: 50 data points
Message Structure
Send Message
1.
1.
2.
2.
1.
2.
3.
1.
2.
4.
1.
2.
5.
1.
2.
Subscribe Example
{
"type": "subscribe",
"channel": "kline",
"id": "random string",
"symbol": "WBTCUSDT",
"interval": "1m"
}
Unsubscribe Example
{
"type": "unsubscribe",
"channel": "kline",
"id": "random string",
"symbol": "WBTCUSDT",
"interval": "1m"
}
Initial Message
1.
1.
2.
2.
1.
2.
3.
1.
2.
4.
1.
2.
5.
1.
2.
6.
1.
2.
7.
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.
2.
4.
1.
2.
5.
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": "kline",
"symbol": "WBTCUSDT",
"interval": "1m",
"data": {
"openTime": "1700813460000",
"openPrice": "33749.79000000",
"highPrice": "33749.79000000",
"lowPrice": "33749.79000000",
"closePrice": "33749.79000000",
"volume": "0.00000000",
"trades": "0",
"closeTime": "1700813519999",
"quoteVolume": "0.00000000",
"takerBuyBaseVolume": "0.00000000",
"takerBuyQuoteVolume": "0.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:19:19