Skip to main content

Index price

request

format: index_price@{symbol}

eg: index_price@btc_usdt

rate: 1000ms

Response
{
"topic": "index_price",
"event": "index_price@btc_usdt",
"data": {
"s":"btc_usdt", //trading pair
"p":"50000", //price
"t":123124124 //timestamp
}
}