跳到主要内容

获取所有交易对的指数价格

类型: GET

描述: /future/market/v1/public/q/index-price

注意:

此方法不需要签名。

限流规则

请求参数

请求示例

Request
{
curl -G "https://fapi.xt.com/future/market/v1/public/q/index-price"
}

响应示例

Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": [
{
"p": 0, // 价格
"s": "", // 交易对
"t": 0 // 时间
}
],
"returnCode": 0
}

错误码

错误码描述