指数行情
GET🌐 Public
example
GET
https://api.btse.com/public-api/market/v1/ticker/indicesResponse
{
"success": true,
"code": 1,
"msg": "Success",
"time": 1624989977940,
"data": [
{
"symbol": "BTC-USD",
"indexPrice": "100000.7100000"
},
{
"symbol": "BTC-PERP-USDT",
"indexPrice": "29647.7100000",
"markPrice": "29649.9000000"
}
]
}