Skip to main content

Get target asset list(USER_DATA)

API Description#

Get target asset list

HTTP Request#

GET /sapi/v1/lending/auto-invest/target-asset/list

Request Weight(IP)#

1

Request Parameters#

NameTypeMandatoryDescription
targetAssetSTRINGNO
sizeLONGNODefault: 8, Max:100
currentLONGNOCurrent query page. Default: 1, start from 1
recvWindowLONGNOno more than 60000
timestampLONGYES

Response Example#

{    "targetAssets": [        "BTC"    ],    "autoInvestAssetList": [        {            "targetAsset": "BTC",            "roiAndDimensionTypeList": [                {                    "simulateRoi": "5.004",                    "dimensionValue": "3",                    "dimensionUnit": "year"                },                {                    "simulateRoi": "2.004",                    "dimensionValue": "1",                    "dimensionUnit": "year"                },                {                    "simulateRoi": "1.004",                    "dimensionValue": "6",                    "dimensionUnit": "month"                },                {                    "simulateRoi": "0.904",                    "dimensionValue": "3",                    "dimensionUnit": "month"                },                {                    "simulateRoi": "0.14",                    "dimensionValue": "7",                    "dimensionUnit": "day"                }            ]        }    ]}