查询指数信息(USER_DATA)
接口描述
查询指数信息
HTTP请求
GET /sapi/v1/lending/auto-invest/index/info
请求权重(IP):
1
请求参数
名称 | 类型 | 是否必需 | 描述 |
---|---|---|---|
indexId | LONG | YES | |
recvWindow | LONG | NO | 不超过 60000 |
timestamp | LONG | YES |
响应示例
{
"indexId": 1,
"indexName":"BINANCE TOP 10 EW ",
"status": "RUNNING", //RUNNING/REBALANCING/PAUSED
"assetAllocation": [
{
"targetAsset": "ADA", // for pie chart
"allocation":"10"
},
{
"targetAsset": "BTC",
"allocation":"10"
}
]
}