跳到主要内容

查询指数价格成分

接口描述

查询指数价格成分

HTTP请求

GET /fapi/v1/constituents

请求权重

2

请求参数

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

响应示例

{
"symbol": "BTCUSDT",
"time": 1745401553408,
"constituents": [
{
"exchange": "binance",
"symbol": "BTCUSDT",
"price": "94057.03000000",
"weight": "0.51282051"
},
{
"exchange": "coinbase",
"symbol": "BTC-USDT",
"price": "94140.58000000",
"weight": "0.15384615"
},
{
"exchange": "gateio",
"symbol": "BTC_USDT",
"price": "94060.10000000",
"weight": "0.02564103"
},
{
"exchange": "kucoin",
"symbol": "BTC-USDT",
"price": "94096.70000000",
"weight": "0.07692308"
},
{
"exchange": "mxc",
"symbol": "BTCUSDT",
"price": "94057.02000000",
"weight": "0.07692308"
},
{
"exchange": "bitget",
"symbol": "BTCUSDT",
"price": "94064.03000000",
"weight": "0.07692308"
},
{
"exchange": "bybit",
"symbol": "BTCUSDT",
"price": "94067.90000000",
"weight": "0.07692308"
}
]
}