Get Ask Bid Market Information for Specific Trading Pair
GET: /v1/future-u/market/public/q/ticker/book
Parameter | Type | mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
symbol | string | true | N/A | Trading 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
}