请求接口
/V1/Market/depth
参数 | 是否必传 | 类型 | 说明 |
---|---|---|---|
symbol_id | 是 | int | 交易对ID |
{
"status": 200,
"source": "API",
"msg": "OK",
"data": {
"depth": {
"b": [ //买
["51252.00", "0.000200"],
["51251.93", "0.050000"],
...
],
"a": [ //卖
["51275.05", "3.608140"],
["51275.08", "0.000000"],
...
]
},
"symbol_id": 22,
"status": 200
},
"seconds": 1638873814,
"microtime": 1638873814679
}