Read all contracts
This endpoint reads all contracts
GET
/
contracts
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
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?