Skip to main content

Query all source asset and target asset(USER_DATA)

API Description

Query all source assets and target assets

HTTP Request

GET /sapi/v1/lending/auto-invest/all/asset

Request Weight(IP)

1

Request Parameters

NameTypeMandatoryDescription
recvWindowLONGNOno more than 60000
timestampLONGYES

Response Example

{    
"targetAssets": [
"BTC",
"BNB"
],
"sourceAssets": [
"USDT",
"BUSD"
],
}