订单簿
GET🌐 Public
example
GET
https://api.btse.com/public-api/market/v1/orderbookResponse
{
"success": true,
"code": 1,
"msg": "Success",
"time": 1624989977940,
"data": {
"timestamp": 1624989977940,
"bids": [
[
"20334.2",
"7.67500"
]
],
"asks": [
[
"20339.0",
"0.60200"
]
]
}
}