Identifier of the tenant owning the custodian.
Identifier of the custodian to retrieve.
Returned when the custodian is successfully retrieved.
Wrapper for API operation results containing success status, error information, and return value.
True if the operation completed successfully, false otherwise.
true
True if the operation failed, false otherwise.
false
Error information returned when the operation fails.
{
"code": "ValidationError",
"message": "The request parameters failed validation.",
"info": [
"The Name field is required.",
"The Id field must be greater than 0."
]
}The result value returned when the operation is successful.
{
"id": 42,
"treasuryWalletsCount": 3,
"smartContractOwnersCount": 1,
"isActive": true,
"accountName": "Alpha Treasury Desk",
"apiKey": "3d6f0a87-4d13-4eaa-9f3a-b8d3b761b28e",
"provider": "Fireblocks",
"enableContractOwnership": true,
"enableTreasuryOperations": true,
"isVisibleWallet": true,
"isActiveWallet": true,
"isActiveCustodialRelationship": true,
"isActiveTreasuryWallets": false
}