跳到主要内容

指数价格

请求

语法: index_price@{symbol}

示例: index_price@btc_usdt

rate: 1000ms

Response
{
"topic": "index_price",
"event": "index_price@btc_usdt",
"data": {
"s":"btc_usdt", //交易对
"p":"50000", //价格
"t":123124124 //时间戳
}
}