市场深度
请求
curl https://openapi.moorbit.com/api/v1/depth?symbol=eth_btc&size=20响应
{
"data": {
"bids": [
[
"0.0034500000", //Price
"111.0000000000" //Qty
],
[
"0.0033000000",
"223.9986000000"
],
[
"0.0032000000",
"5.0000000000"
],
[
"0.0031999900",
"17.0000000000"
]
],
"asks": [
[
"0.0034600000",
"130.2124000000"
],
[
"0.0036000100",
"54.0000000000"
],
[
"0.0036000200",
"11.2036000000"
]
]
},
"code": 0,
"message": "Success"
}Last updated