Get Depth Data of Trading Pairs
GET: /v1/future-u/market/public/q/depth
Parameters
Parameter | Type | mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
symbol | string | true | N/A | Trading pair | |
level | integer | true | N/A | Level(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
}