Skip to main content
GET
/
tenant
/
{tenantId}
/
admin
/
blockchain
/
{blockchainId}
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "tenantBlockchain": {
      "id": 123,
      "tenantId": 123,
      "blockchainId": 123,
      "tenantChainExplorersState": "Unknown",
      "tenantOperationsState": "Unknown",
      "isAllowedToUseWithExplorer": true,
      "isAllowedToUseForTreasuryOperations": true,
      "isTenantChainExplorersAvailable": true,
      "isTenantOperationsAvailable": true,
      "isTenantChainExplorersEnabled": true,
      "isTenantOperationsEnabled": true,
      "isIssuerFactoryDeployed": true,
      "isIssuerFactoryDeployAllowed": true,
      "minimumGasBalance": 123,
      "maxGasBalance": 123,
      "refillAmount": 123,
      "maxRefillAmount": 123
    },
    "blockchain": {
      "blockchainId": 123,
      "minimumGasBalance": 123,
      "maxGasBalance": 123,
      "refillAmount": 123,
      "maxRefillAmount": 123,
      "name": "<string>",
      "blockchainCode": "Undefined",
      "nativeCoinName": "<string>",
      "isTestNet": true,
      "iconBase64": "<string>",
      "chainExplorersState": "Unknown",
      "operationsState": "Unknown",
      "isAdminChainExplorersEnabled": true,
      "isAdminOperationsEnabled": true,
      "isAdminChainExplorersNotImplemented": true,
      "isAdminOperationsNotImplemented": true,
      "isMetaFactoryDeployed": true,
      "relatedCustodians": [
        {
          "id": 123,
          "blockchainId": 123,
          "provider": "Unknown",
          "custodianBlockchainIdentifier": "<string>",
          "custodianBlockchainName": "<string>",
          "custodianBlockchainIdentifierName": "<string>"
        }
      ],
      "metaFactoryId": 123,
      "metaFactoryAddress": "<string>",
      "deployProcessingStatus": "Unknown",
      "metaFactoryOwners": [
        {
          "walletTenantId": 123,
          "walletAddress": "<string>",
          "walletName": "<string>"
        }
      ],
      "isMetaFactoryUpdateAvailable": true
    }
  }
}

Path Parameters

tenantId
integer
required
blockchainId
integer
required

Query Parameters

api-version
string

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object