Update a contract
This endpoint updates a contract
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Path Parameters
The ID of the contract.
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?