This method allows you to get the deposit address of the requested walletId, coinSymbol and network. The walletId can be parentWalletId or subWalletId.
API Key permission group : Enable Enquiry
Designated Wallet : Impacted
curl --location --request GET '/open-api/v1/wallet/deposit/address?coinSymbol=BUSD&network=ETH×tamp=1640995200000&walletId=1325589336357780500' \
--header 'open-apikey;' \
--header 'signature;'{
"data": {
"walletAddress": "0x9651098A1e44861af08A64377E395bf0d8185dD4",
"memo": ""
},
"code": "200",
"message": "SUCCESS"
}