This method allows you to get deposit address of the requested Sub Wallet ID, coinSymbol and network. (Only applicable to Sub Wallet Id)
API Key permission group : Enable Enquiry
Designated Wallet : Impacted
curl --location --request GET '/open-api/v1/subwallet/deposit/address?coinSymbol=BUSD&network=ETH×tamp=1640995200000&walletId=1325589336357780500' \
--header 'open-apikey;' \
--header 'signature;'{
"data": {
"walletAddress": "0x000000000344f30e2aa0cbd5ee9fa936da3573ec",
"memo": ""
},
"code": "000000",
"message": "Success"
}