跳到主要内容

最新行情

最新行情

请求示例

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

响应参数

字段名类型示例值字段描述
ExchangeIDstring"DeepCoin"交易所代码
InstrumentIDstring"BCHUSDT"标的代码
ProductGroupstring"SwapU"产品组
UpdateTimedouble1693381189更新时间
UpdateMilliSecondint131最后修改毫秒
UpperLimitPricedouble328.15最高限价
LowerLimitPricedouble109.39最低限价
UnderlyingPricedouble218.76848基础标的价格
MarkedPricedouble218.7标记价格
PositionFeeRatedouble-0.0001预计持仓费按比例
HighestPricedouble228.13当日最高价
LowestPricedouble206.74当日最低价
LastPricedouble218.66最新价
Volumedouble17250632当日成交数量
Turnoverdouble204717188.5239931当日成交金额
OpenInterestdouble9418782持仓量
OpenPricedouble207.48当日开盘价
InstrumentStatusstring"2"标的交易状态 0:开盘前;1:非交易;2:连续交易;3:集合竞价报单;4:集合竞价价格平衡;5:集合竞价撮合;6:收盘;7:不活跃;
PrePositionFeeRatedouble-0.00029782上次持仓费按比例

响应示例

{
"action": "PushMarketDataOverView",
"localNo": 9,
"index": "DeepCoin_BCHUSDT",
"seq": 509280,
"bNo": 0,
"changeType": "3",
"result": [
{
"table": "MarketDataOverView",
"data": {
"ExchangeID": "DeepCoin",
"InstrumentID": "BCHUSDT",
"ProductGroup": "SwapU",
"UpdateTime": 1693381189,
"UpdateMilliSecond": 131,
"UpperLimitPrice": 328.15,
"LowerLimitPrice": 109.39,
"UnderlyingPrice": 218.76848,
"MarkedPrice": 218.7,
"PositionFeeRate": -0.0001,
"HighestPrice": 228.13,
"LowestPrice": 206.74,
"LastPrice": 218.66,
"Volume": 17250632,
"Turnover": 204717188.5239931,
"OpenInterest": 9418782,
"OpenPrice": 207.48,
"InstrumentStatus": "2",
"PrePositionFeeRate": -0.00029782
}
}
]
}