跳到主要内容

查询指数信息(USER_DATA)

接口描述

查询指数信息

HTTP请求

GET /sapi/v1/lending/auto-invest/index/info

请求权重(IP):

1

请求参数

名称类型是否必需描述
indexIdLONGYES
recvWindowLONGNO不超过 60000
timestampLONGYES

响应示例

{    
"indexId": 1,
"indexName":"BINANCE TOP 10 EW ",
"status": "RUNNING", //RUNNING/REBALANCING/PAUSED
"assetAllocation": [
{
"targetAsset": "ADA", // for pie chart
"allocation":"10"
},
{
"targetAsset": "BTC",
"allocation":"10"
}
]
}