Skip to main content
POST
Create a smart contract for a company

Authorizations

Api-Key
string
header
required

Path Parameters

companyId
string<uuid>
required

Id of the company to create a smart contract for

Body

application/json

Parameters for the smart contract to create

chainId
integer
required

The chain id - as a parsed base-10 number - that the smart contract is deployed on

ownerAddress
string
required

The address of the owner of the smart contract

Pattern: ^(0x[0-9a-fA-F]{40}|[1-9A-HJ-NP-Za-km-z]{32,44})$

Response

Request accepted