This method allows you to get sub wallet details list of the requested prime wallet ID (only applicable to prime Wallet) [This endpoint will return detail info of each sub wallet]
API Key permission group : Enable Enquiry
Designated Wallet : Impacted
curl --location --request GET '/open-api/v2/subwallet/list?pageLimit=25&pageNo=1&parentWalletId=1325589336357780500×tamp=1640995200000' \
--header 'open-apikey;' \
--header 'signature;'{
"data": {
"data": [
{
"walletIdStr": "370388040948248576",
"walletId": 370388040948248600,
"walletName": "wallet_1714129032977",
"walletType": 21,
"autoCollection": 0,
"requestId": null
}
],
"totalPage": 1,
"pageNo": 1,
"pageLimit": 25
},
"code": "000000",
"message": "Success"
}