Query Index Price Constituents
API Description
Query index price constituents
HTTP Request
GET /dapi/v1/constituents
Request Weight
2
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
symbol | STRING | YES |
Response Example
{
"symbol": "BTCUSD",
"time": 1697422647853,
"constituents": [
{
"exchange": "bitstamp",
"symbol": "btcusd"
},
{
"exchange": "coinbase",
"symbol": "BTC-USD"
},
{
"exchange": "kraken",
"symbol": "XBT/USD"
},
{
"exchange": "binance_cross",
"symbol": "BTCUSDC*index(USDCUSD)"
}
]
}