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 Name | Type | Example | Description |
---|---|---|---|
InstrumentID | string | "BTCUSDT" | Instrument ID |
Direction | string | "1" | Direction |
Price | int | 29417.3 | Price |
Volume | int | 6432 | Volume |
Orders | int | 1 | Order 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
}
}
]
}