OHLC

Subscribe to the aggregated OHLC stream

Request Example


{
  "topic": "klines",
  "symbol": "BTCUSDT",
  "action": "subscribe",
}

Response Parameters

Parameters
Type
Comments

topic

string

Topic name

symbol

string

Topic symbol

open

string

Open price

high

string

High price

low

string

Low price

close

string

Close price

volume

string

Volume

ts

float

Timestamp

Response Example

Last updated