market.$symbol$.detail
Topic Parameter
Parameter | Data Type | Required | Default Value | Description | Value Range |
---|---|---|---|---|---|
symbol | string | true | NA | Trading symbol | All 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
Field | Data Type | Description |
---|---|---|
id | integer | UNIX epoch timestamp in second as response id |
ts | integer | UNIX epoch timestamp in millisecond of this tick |
amount | float | Aggregated trading volume in past 24H (in base currency) |
count | integer | Number of trades in past 24H |
open | float | Opening price in past 24H |
close | float | Last price |
low | float | Low price in past 24H |
high | float | High price in past 24H |
vol | float | Aggregated 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"
}