Read a contract
This endpoint reads a contract
GET
/
contracts
/
{contractId}
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Path Parameters
The ID of the contract.
Response
200 - application/json
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?