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
Name | Type | Mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
symbol | string | true | N/A | Trading pair | |
level | integer | true | N/A | Level (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
}