Skip to main content
GET
/
platform
/
admin
/
metafactory
/
deploy
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "blockchainId": 123,
    "blockchainName": "<string>",
    "auditRegistryId": 123,
    "auditRegistryName": "<string>",
    "owners": [
      {
        "walletTenantId": 123,
        "address": "<string>",
        "name": "<string>",
        "type": "<string>"
      }
    ],
    "smartContractImplementations": [
      {
        "id": 123,
        "name": "<string>",
        "type": "Undefined",
        "version": 123,
        "address": "<string>",
        "isDeployed": true,
        "isAudited": true
      }
    ],
    "gasStations": [
      {
        "walletTenantId": 123,
        "name": "<string>",
        "address": "<string>",
        "balance": 123,
        "network": "<string>"
      }
    ]
  }
}

Query Parameters

BlockchainId
integer
TenantId
integer
AuditRegistryId
integer

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object