This method retrieves all assets for a specified wallet ID, coin symbol, and network. Supports Qualified Wallets, Prime Wallets, and Prime Wallet sub-wallets.
API Key permission group : Enable Enquiry
Designated Wallet : Allow to set a designated wallet.
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"
}