Skip to main content

Get Depth Data of Trading Pairs

Type: GET

Description: /future/market/v1/public/q/depth

Limit Flow Rules

10/s/ip


> Note:This method does not require a signature.

Parameters

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

Response Example

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