Skip to main content

Get Mark Price for Single Trading Pair

Type: GET

Description: /future/market/v1/public/q/symbol-mark-price

Note:

This method does not require a signature.

Limit flow rules

None

Parameters

NameTypeMandatoryDefaultDescriptionRanges
symbolstringtrueN/ATrading pair

Request Example

Request
{
curl -G "https://fapi.xt.com/future/market/v1/public/q/symbol-mark-price" \
-d "symbol=btc_usdt" \ # required
}

Response Example

Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": {
"p": 0, // Price
"s": "", // Trading pair
"t": 0 // Time
},
"returnCode": 0
}

Error Code

Error CodeDesc
invalid_symbolSymbol does not exist