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",
"LocalNo": 6,
"ResumeNo": -1,
"TopicID": "25"
}
}

Response Parameters

Field NameTypeExampleDescription
InstrumentIDstring"BTCUSDT"Instrument ID
Directionstring"1"Direction
Priceint29417.3Price
Volumeint6432Volume
Ordersint1Order amount

Response Example

{
"action": "PushMarketOrder",
"localNo": 6,
"index": "DeepCoin_BTCUSDT",
"seq": 636714,
"bNo": 0,
"changeType": "3",
"result": [
{
"table": "MarketOrder",
"data": {
"ExchangeID": "DeepCoin",
"InstrumentID": "BTCUSDT",
"Direction": "0",
"Price": 29408.5,
"Volume": 6161.0,
"Orders": 1
}
},
{
"table": "MarketOrder",
"data": {
"ExchangeID": "DeepCoin",
"InstrumentID": "BTCUSDT",
"Direction": "0",
"Price": 29408.4,
"Volume": 3022.0,
"Orders": 1
}
},
{
"table": "MarketOrder",
"data": {
"ExchangeID": "DeepCoin",
"InstrumentID": "BTCUSDT",
"Direction": "0",
"Price": 29408.1,
"Volume": 4530.0,
"Orders": 1
}
},
{
"table": "MarketOrder",
"data": {
"ExchangeID": "DeepCoin",
"InstrumentID": "BTCUSDT",
"Direction": "0",
"Price": 29407.7,
"Volume": 1525.0,
"Orders": 1
}
}
]
}