跳到主要内容

查询指数价格成分

接口描述

查询指数价格成分

HTTP请求

GET /fapi/v1/constituents

请求权重

2

请求参数

名称类型是否必需描述
symbolSTRINGYES交易对

响应示例

{
"symbol": "BTCUSDT",
"time": 1697421272043,
"constituents": [
{
"exchange": "binance",
"symbol": "BTCUSDT"
},
{
"exchange": "okex",
"symbol": "BTC-USDT"
},
{
"exchange": "huobi",
"symbol": "btcusdt"
},
{
"exchange": "coinbase",
"symbol": "BTC-USDT"
}
]
}