This method retrieves the list of Sub Wallet details for the specified Prime Wallet ID (applicable only to Prime Wallets). This endpoint returns detailed information for each Sub Wallet.
API Key permission group : Enable Enquiry
Designated Wallet : Allow to set a designated wallet.
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"
}