Create a contract
This endpoint creates a contract. Please, remember to deploy the contract before interacting with it.
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Body
The name of the contract.
The type of the contract.
fungible
, non_fungible
A brief description of the contract.
The symbol of the contract, between 3 and 5 alphanumeric characters.
Response
The blockchain address of the contract.
The base URI where this contract's tokens' metadata files are located.
The blockchain name of the contract.
Ethereum
, Polygon
, Chiliz
, Linea
The URL of the block explorer for this contract.
The timestamp from when the contract was created.
The timestamp from when the contract was deployed to the blockchain.
A brief description of the contract.
The id of the contract.
The name of the contract.
The symbol of the contract, between 3 and 5 alphanumeric characters.
The type of the contract.
The timestamp from when the contract was last updated.
Was this page helpful?