Contracts
Read a contract
This endpoint reads a contract
GET
/
contracts
/
{contractId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <API_KEY>
.
Path Parameters
contractId
string
requiredThe ID of the contract.
Response
200 - application/json
id
string
The ID of the contract.
address
string | null
The blockchain address of this contract (only for deployed contracts)
baseUri
string
type
string
The type of the contract.
name
string
The name of the contract.
description
string
The description of the contract.
blockchainName
string
The blockchain name of the contract.
maxPerAddress
integer
default: 1The maximum token per address to be allowed on the mint period.
startsAt
string
default: <current timestamp>The start date and time of the mint period. Format: "YYYY-MM-DD HH:mm" (GMT/UTC+0)
endsAt
string
The end date and time of the mint period. Format: "YYYY-MM-DD HH:mm" (GMT/UTC+0)
abi
object[] | null
The ABI for this contract (only for deployed contracts)
Was this page helpful?