Skip to main content
GET
/
platform
/
admin
/
smart_contract_implementations_deploy
/
{id}
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "id": 123,
    "type": "<string>",
    "description": "<string>",
    "availability": "<string>",
    "eip155ChainId": "<string>",
    "deployments": [
      {
        "networkIcon": "<string>",
        "networkName": "<string>",
        "address": "<string>",
        "deploymentStatus": "NotDeployed",
        "blockchainId": 123,
        "blockchainCode": 123
      }
    ]
  }
}

Path Parameters

id
integer
required

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object