Create a contract
This endpoint creates a contract, but doesn’t deploy it. Use the “Deploy a contract” endpoint to create the contract on the blockchain.
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Body
The type of the contract.
fungible
, non_fungible
The name of the contract.
The description of the contract.
The name of the blockchain used for the contract.
polygon
, linea
, optimism
, bvm
The maximum number of tokens allowed per address.
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)
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?