Skip to main content
GET
/
tenant
/
{tenantId}
/
custodians
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": [
    {
      "id": 123,
      "accountName": "<string>",
      "provider": "Unknown",
      "walletsCount": 123,
      "managedWalletsCount": 123,
      "isAllowedTreasuryOperations": true,
      "isAllowedContractOwnership": true
    }
  ]
}

Path Parameters

tenantId
integer
required

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object[] | null