Skip to main content

Get Aggregated Market Information for Specific Trading Pair

GET: /v1/future-u/market/public/q/agg-ticker

ParameterTypemandatoryDefaultDescriptionRanges
symbolstringtrueN/ATrading pair

Note:This method does not require a signature.

Response
{
"msgInfo": {
"code": "",
"msg": ""
},
"msg": "",
"data": {
"a": "", //24h volume
"ap": "", //ask price
"bp": "", //bid price
"c": "", //Latest price
"h": "", //Highest price in 24 hours
"i": "", //index price
"l": "", //Lowest price in 24 hours
"m": "", //mark price
"o": "", //The first transaction price 24 hours ago
"r": "", //24h price fluctuation limit
"s": "", //Trading pair
"t": 0, //Time
"v": "" //24h Turnover
},
"code": 200
}