Skip to main content

Composite Index Symbol Information

API Description

Query composite index symbol information

HTTP Request

GET /fapi/v1/indexInfo

Request Weight

1

Request Parameters

NameTypeMandatoryDescription
symbolSTRINGNO
  • Only for composite index symbols

Response Example

[
{
"symbol": "DEFIUSDT",
"time": 1589437530011, // Current time
"component": "baseAsset", //Component asset
"baseAssetList":[
{
"baseAsset":"BAL",
"quoteAsset": "USDT",
"weightInQuantity":"1.04406228",
"weightInPercentage":"0.02783900"
},
{
"baseAsset":"BAND",
"quoteAsset": "USDT",
"weightInQuantity":"3.53782729",
"weightInPercentage":"0.03935200"
}
]
}
]