Deploy a contract
This endpoint deploys a contract to the blockchain. A successfull 202 response means the contract is currently being deployed to the blockchain. Use the read contract route to get the contract’s address.
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Path Parameters
The ID of the contract to be deployed.
Response
The ID of the contract.
The blockchain address of this contract (only for deployed contracts)
The type of the contract.
The name of the contract.
The description of the contract.
The blockchain name of the contract.
The maximum token per address to be allowed on the mint period.
The start date and time of the mint period. Format: "YYYY-MM-DD HH:mm" (GMT/UTC+0)
The end date and time of the mint period. Format: "YYYY-MM-DD HH:mm" (GMT/UTC+0)
The ABI for this contract (only for deployed contracts)
Was this page helpful?