Kline/Candlestick Stream

The Kline/Candlestick Stream pushes updates (if existing) to the current klines/candlestick.

Features:

  • Stream Name: <symbol>@candlestick

  • Update Speed: 500ms

Response:

{
    "eventType": "candlestick",
    "eventTime": 1670240526524,
    "symbol": "eth_usdt",
    "interval": "HOUR_1",
    "openPrice": 1294.52,
    "closePrice": 1293.56,
    "highPrice": 1296.15,
    "lowPrice": 1293.33,
    "baseVolume": 58,
    "quoteVolume": 75866,
    "firstTradeId": 25535,
    "longTradeId": 25679,
    "numberOfTrades": 145,
    "createdAt": 1670238000000
}

Last updated