Skip to main content

Query Index Price Constituents

API Description

Query index price constituents

HTTP Request

GET /fapi/v1/constituents

Request Weight

2

Request Parameters

NameTypeMandatoryDescription
symbolSTRINGYES

Response Example

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