market.overview

{
  "sub": "market.overview",
  "id": "id12"
}
{
  "id": "id12",
  "status": "ok",
  "subbed": "market.overview",
  "ts": 1534309045402
}

Update Parameter

FieldData TypeDescription
amountfloatAggregated trading volume during the interval (in base currency)
countintegerNumber of trades during the interval
openfloatOpening price during the interval
closefloatClosing price during the interval
lowfloatLow price during the interval
highfloatHigh price during the interval
volfloatAggregated trading value during the interval (in quote currency)
countint
symbolfloattrading 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"
}