Skip to main content

Get Index Price for All Trading Pairs

GET: /v1/future-u/market/public/q/index-price

Note:This method does not require a signature.

Response
{
"msgInfo": {
"code": "",
"msg": ""
},
"msg": "",
"data": [
{
"p": 0, //Price
"s": "", //Trading pair
"t": 0 //Time
}
],
"code": 200
}