全交易对行情信息
指定时区的全交易对行情信息,3 秒推送一次,包括所有有价格变动的交易对,UTC 取值范围:24H,UTC-10,UTC-8,UTC-7,UTC-6,UTC-5,UTC-4,UTC-3,UTC+0,UTC+1,UTC+2,UTC+3,UTC+4,UTC+4:30,UTC+5,UTC+5:30,UTC+6,UTC+7,UTC+8,UTC+9,UTC+10,UTC+11,UTC+12,UTC+12:45,UTC+13
request:
{
"method": "SUBSCRIPTION",
"params": [
"[email protected]@UTC+8"
]
}
response:
{
"channel": "[email protected]@UTC+8",
"sendTime": "1755076614201",
"publicMiniTickers":
{
"items":
[
{
"symbol": "METAUSDT",
"price": "0.055",
"rate": "-0.2361",
"zonedRate": "-0.2361",
"high": "0.119",
"low": "0.053",
"volume": "814864.474",
"quantity": "10764997.16",
"lastCloseRate": "-0.2567",
"lastCloseZonedRate": "-0.2567",
"lastCloseHigh": "0.119",
"lastCloseLow": "0.053"
},
{
"symbol": "FCATUSDT",
"price": "0.0000031",
"rate": "-0.4464",
"zonedRate": "-0.4464",
"high": "0.0000066",
"low": "0.0000025",
"volume": "2825.4350195",
"quantity": "654649950.75",
"lastCloseRate": "-0.4464",
"lastCloseZonedRate": "-0.4464",
"lastCloseHigh": "0.0000066",
"lastCloseLow": "0.0000025"
},
{
"symbol": "CRVETH",
"price": "0.00022592",
"rate": "0.028",
"zonedRate": "0.028",
"high": "0.00022856",
"low": "0.00021024",
"volume": "1062.48406269",
"quantity": "4884456.998",
"lastCloseRate": "0.0276",
"lastCloseZonedRate": "0.0276",
"lastCloseHigh": "0.00022856",
"lastCloseLow": "0.00021024"
}
]
}
}
请求参数: channel": "[email protected]@<UTC-TIMEZONE>
返回参数:
| 参数名 | 数据类型 | 说明 |
|---|---|---|
| symbol | string | 交易对名 |
| price | string | 最新价格 |
| rate | string | UTC+8 时区涨跌幅 |
| zonedRate | string | 时区涨跌幅 |
| high | string | 滚动最高价 |
| low | string | 滚动最低价 |
| volume | string | 滚动成交额 |
| quantity | string | 滚动成交量 |
| lastCloseRate | string | UTC+8 时区上期收盘价模式涨跌幅 |
| lastCloseZonedRate | string | 上期收盘价模式时区涨跌幅 |
| lastCloseHigh | string | 上期收盘价模式滚动最高价 |
| lastCloseLow | string | 上期收盘价模式滚动最低价 |