market.overview
{
"sub": "market.overview",
"id": "id12"
}
{
"id": "id12",
"status": "ok",
"subbed": "market.overview",
"ts": 1534309045402
}
Update Parameter
| Field | Data Type | Description | |
|---|---|---|---|
| amount | float | Aggregated trading volume during the interval (in base currency) | |
| count | integer | Number of trades during the interval | |
| open | float | Opening price during the interval | |
| close | float | Closing price during the interval | |
| low | float | Low price during the interval | |
| high | float | High price during the interval | |
| vol | float | Aggregated trading value during the interval (in quote currency) | |
| count | int | ||
| symbol | float | trading symbols |
{
"ch":"market.overview",
"ts":1534309045402,
"status":"ok",
"data":[
{
"open":"8464.78",
"close":"8815.43",
"low":"8290.17",
"high":"8843",
"amount":"4.69168892945409705",
"count":472,
"vol":"39475.33403899999998482788",
"symbol":"ethbtc"
},
{
"open":"0.21980485",
"close":"0.24660325",
"low":"0.21347465",
"high":"0.24846945",
"amount":"2842",
"count":418,
"vol":"641.42615337",
"symbol":"eosbtc"
}
]
}
Pull Request
Pull request is supported.
{
"req": "market.btcusdt.trade.detail",
"id": "id11"
}
