Skip to main content

Get Mark Price for Single Trading Pair

GET: /v1/future-u/market/public/q/symbol-mark-price

Parameters

ParameterTypemandatoryDefaultDescriptionRanges
symbolstringtrueN/ATrading pair

Note:This method does not require a signature.

Response
{
"msgInfo": {
"code": "",
"msg": ""
},
"msg": "",
"data": {
"p": 0, //Price
"s": "", //Trading pair
"t": 0 //Time
},
"code": 200
}