Skip to main content

K-Lines (1 minute)

K-Lines

ResumeNo: -1 means the latest record,-30 means the latest 30 historical records.

Request

{
"SendTopicAction": {
"Action": "1",
"FilterValue": "DeepCoin_BTCUSDT_1m",
"LocalNo": 6,
"ResumeNo": -1,
"TopicID": "11"
}
}

Response Parameters

Field NameTypeExampleDescription
Istring"BTCUSDT"Instrument ID
Pstring"1m"Period
Bint1757640420Begin time
Ofloat115819Open price
Cfloat115788.4Close price
Hfloat115819The highest price
Lfloat115787.6The lowest price
Vfloat4989Volume
Mfloat577697.5531Turnover

Response Example

{
"a": "PK",
"tt": 1757640455199,
"mt": 1757640455199,
"r": [
{
"d": {
"I": "BTCUSDT",
"P": "1m",
"B": 1757640420,
"O": 115819,
"C": 115788.4,
"H": 115819,
"L": 115787.6,
"V": 4989,
"M": 577697.5531
},
"t": "LK"
}
]
}