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