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
Name | Type | Mandatory | Description |
---|---|---|---|
recvWindow | LONG | NO | no more than 60000 |
timestamp | LONG | YES |
Response Example
{
"targetAssets": [
"BTC",
"BNB"
],
"sourceAssets": [
"USDT",
"BUSD"
],
}