Skip to main content
GET
/
tenant
/
{tenantId}
/
admin
/
blockchains
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": [
    {
      "blockchainId": 123,
      "blockchainCode": "Undefined",
      "name": "<string>",
      "iconBase64": "<string>",
      "description": "<string>",
      "tenantChainExplorersState": "Unknown",
      "tenantOperationsState": "Unknown",
      "deployedTokenConfigurationCount": 123,
      "issuerFactoryDeployStatus": "NotDeployed",
      "issuerFactoryBlockchainAddress": "<string>",
      "isTenantChainExplorersAvailable": true,
      "isTenantOperationsAvailable": true,
      "isTenantChainExplorersEnabled": true,
      "isTenantOperationsEnabled": true,
      "isTenantChainExplorersNotImplemented": true,
      "isTenantOperationsNotImplemented": true,
      "isIssuerFactoryDeployed": true,
      "isIssuerFactoryDeployAllowed": true,
      "isIssuerFactoryDeploymentInProgress": true,
      "tokenConfigurations": [
        {
          "issuedTokensCount": 123,
          "tokenAssetWeights": {}
        }
      ]
    }
  ]
}

Path Parameters

tenantId
integer
required

Query Parameters

api-version
string

Response

OK

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