Query Index Details(USER_DATA)
API Description
Query index details
HTTP Request
GET /sapi/v1/lending/auto-invest/index/info
Request Weight(IP)
1
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
indexId | LONG | YES | |
recvWindow | LONG | NO | no more than 60000 |
timestamp | LONG | YES |
Response Example
{
"indexId": 1,
"indexName":"BINANCE TOP 10 EW ",
"status": "RUNNING", // RUNNING/REBALANCING/PAUSED
"assetAllocation": [
{
"targetAsset": "ADA", // for pie chart
"allocation":"10"
},
{
"targetAsset": "BTC",
"allocation":"10"
}
]
}