Skip to main content

25-Level Incremental Market Data

25-level-incremental-market-data

Notification push frequency: 200 ms/time

Request

{
"SendTopicAction": {
"Action": "1",
"FilterValue": "DeepCoin_BTCUSDT_0.1",
"LocalNo": 6,
"ResumeNo": -1,
"TopicID": "25"
}
}

Response Parameters

Field NameTypeExampleDescription
InstrumentIDstring"BTCUSDT"Instrument ID
Directionstring"1"Direction
Priceint115970.6Price
Volumeint6432Volume

Response Example

{
"a": "PMO",
"t": "i",
"r": [
{
"d": {
"I": "BTCUSDT",
"D": "0",
"P": 115970.7,
"V": 13285.0
}
},
{
"d": {
"I": "BTCUSDT",
"D": "0",
"P": 115970.6,
"V": 1272.0
}
}
]
}