This method allows you to get all sub wallet deposit addresses under the requested Parent Wallet ID (Prime), coinSymbol and network.
API Key permission group : Enable Enquiry
Designated Wallet : Impacted
curl --location --request GET '/open-api/v1/subwallet/deposit/address/list?coinSymbol=BUSD&network=ETH&pageLimit=25&pageNo=1&parentWalletId=1325589336357780500×tamp=1640995200000' \
--header 'open-apikey;' \
--header 'signature;'{
"data": {
"data": [
{
"walletAddress": "0x000000000344f30e2aa0cbd5ee9fa936da3573ec",
"memo": "",
"walletId": 377611271366909950
}
],
"totalPage": 1,
"pageNo": 1,
"pageLimit": 25
},
"code": "000000",
"message": "Success"
}