Skip to main content

Get Depth Data of Trading Pairs

GET: /v1/future-u/market/public/q/depth

Parameters

ParameterTypemandatoryDefaultDescriptionRanges
symbolstringtrueN/ATrading pair
levelintegertrueN/ALevel(min:1,max:50)

Limit Flow Rules

1/s/ip

Note:This method does not require a signature.

Response
{
"msgInfo": {
"code": "",
"msg": ""
},
"msg": "",
"data": {
"a": [], //Buy
"b": [], //Sell
"s": "", //Trading pair
"t": 0, //Time
"u": 0 //updateId
},
"code": 200
}