Query Index Price Constituents
API Description
Query index price constituents
HTTP Request
GET /fapi/v1/constituents
Request Weight
2
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
symbol | STRING | YES |
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"
}
]
}