{
"isSuccess": true,
"isFailure": true,
"error": {
"code": "<string>",
"message": "<string>",
"info": [
"<string>"
]
},
"value": {
"custodians": [
{
"id": 123,
"custodianName": "<string>"
}
],
"gasStationWalletsForDeploys": [
{
"custodianId": 123,
"walletTenantId": 123,
"walletCustodianId": 123,
"name": "<string>",
"blockchainName": "<string>",
"blockchainNativeCoinName": "<string>",
"balance": "<string>"
}
]
}
}