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

Field NameTypeExampleDescription
ExchangeIDstring"DeepCoin"Exchange ID
InstrumentIDstring"BCHUSDT"Instrument ID
ProductGroupstring"SwapU"Product group
UpdateTimedouble1693381189DB Update time
UpdateMilliSecondint131The latest update time(ms)
UpperLimitPricedouble328.15Upper limit price
LowerLimitPricedouble109.39Lower limit price
UnderlyingPricedouble218.76848Underlying price
MarkedPricedouble218.7Marked price
PositionFeeRatedouble-0.0001Position fee rate
HighestPricedouble228.13The highest price of the day
LowestPricedouble206.74The lowest price of the day
LastPricedouble218.66The latest price
Volumedouble17250632Today's volume
Turnoverdouble204717188.5239931Today's turnover
OpenInterestdouble9418782Open interest
OpenPricedouble207.48Today's open price
InstrumentStatusstring"2"Instrument status 0: Pre-opening;1: Non-trading;2: Continuous trading;3: Opening call auction;4: Opening call auction price balancing;5: Opening call auction matching;6: Closing;7: Inactive;
PrePositionFeeRatedouble-0.00029782Previous position fee rate

Response Example

{
"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
}
}
]
}