Skip to main content

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

NameTypeMandatoryDescription
indexIdLONGYES
recvWindowLONGNOno more than 60000
timestampLONGYES

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"
}
]
}