Skip to main content

The Latest Market Data

The-latest-market-data

Request

{
"SendTopicAction": {
"Action": "1",
"FilterValue": "DeepCoin_BCHUSDT",
"LocalNo": 9,
"ResumeNo": -2,
"TopicID": "7"
}
}

Response Parameters

FieldTypeExampleDescription
Istring"BTCUSDT"Instrument ID
Uint1757642301089The latest update time(ms)
PFint1756690200Position fee time
Cdouble173183.6Upper limit price
Fdouble57727.9Lower limit price
Ddouble115455.77Underlying price
Mdouble115473.7Marked price
Hdouble116346The highest price of the day
Ldouble114132.8The lowest price of the day
Ndouble115482.9The latest price
Vdouble7688046Today's volume
Tdouble885654450.392686Today's turnover
Odouble114206.7Today's open price
PFdouble0.0005251816Previous position fee rate

Response Example

{
"a": "PO",
"m": "Success",
"tt": 1757642301185,
"mt": 1757642301185,
"r": [
{
"d": {
"I": "BTCUSDT",
"U": 1757642301089,
"PF": 1756690200,
"E": 0.0005251816,
"O": 114206.7,
"H": 116346,
"L": 114132.8,
"V": 7688046,
"T": 885654450.392686,
"N": 115482.9,
"M": 115473.7,
"D": 115455.77,
"V2": 19978848,
"T2": 2288286517.724497,
"F": 57727.9,
"C": 173183.6,
"BP1": 115482.8,
"AP1": 115482.9
}
}
]
}