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 Name | Type | Example | Description |
---|---|---|---|
I | string | "BTCUSDT" | Instrument ID |
P | string | "1m" | Period |
B | int | 1757640420 | Begin time |
O | float | 115819 | Open price |
C | float | 115788.4 | Close price |
H | float | 115819 | The highest price |
L | float | 115787.6 | The lowest price |
V | float | 4989 | Volume |
M | float | 577697.5531 | Turnover |
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"
}
]
}