market.$symbol$.detail

Topic Parameter

ParameterData TypeRequiredDefault ValueDescriptionValue Range
symbolstringtrueNATrading symbolAll supported trading symbols, e.g. btcusdt, bccbtc
{
  "sub": "market.btcusdt.detail",
  "id": "id1"
}
{
  "id": "id1",
  "status": "ok",
  "subbed": "market.btcusdt.detail",
  "ts": 1489474081631
}

Update Content

FieldData TypeDescription
idintegerUNIX epoch timestamp in second as response id
tsintegerUNIX epoch timestamp in millisecond of this tick
amountfloatAggregated trading volume in past 24H (in base currency)
countintegerNumber of trades in past 24H
openfloatOpening price in past 24H
closefloatLast price
lowfloatLow price in past 24H
highfloatHigh price in past 24H
volfloatAggregated trading value in past 24H (in quote currency)
{
  "ch":"market.ethbtc.detail",
  "ts":1527848643553,
  "tick":{
    "id":1527848640,
    "mrid":2852050,
    "open":7340,
    "close":7340,
    "high":7340,
    "low":7340,
    "amount":1024,
    "vol":7600000,
    "count":100
  }
}

Pull Request

Pull request is supported

{
  "req": "market.btcusdt.detail",
  "id": "id11"
}