{
"isSuccess": true,
"isFailure": true,
"error": {
"code": "<string>",
"message": "<string>",
"info": [
"<string>"
]
},
"value": {
"custodianId": 123,
"custodianName": "<string>",
"custodianProvider": "<string>",
"wallets": [
{
"walletTenantId": 123,
"walletId": 123,
"metadataJson": "<string>",
"blockchainId": 123,
"network": "<string>",
"networkIcon": "<string>",
"address": "<string>",
"isVisible": true,
"isActive": true,
"isTreasuryEnabled": true,
"isGasStationEnabled": true
}
]
}
}