Skip to main content

Get Ask Bid Market Information for Specific Trading Pair

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

ParameterTypemandatoryDefaultDescriptionRanges
symbolstringtrueN/ATrading pair

Note:This method does not require a signature.

Response
{
"msgInfo": {
"code": "",
"msg": ""
},
"msg": "",
"data": {
"ap": "", //ask price
"aq": "", //ask amount
"bp": "", //bid price
"bq": "", //bid amount
"s": "", //Trading pair
"t": 0 //Time
},
"code": 200
}