Contracts
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 type of the contract.
The blockchain address of the contract.
The name of the contract.
The symbol of the contract, between 3 and 5 alphanumeric characters.
A brief description of the contract.
The blockchain name of the contract.
Available options:
Ethereum
, Polygon
, Chiliz
, Linea
The base URI where this contract's tokens' metadata files are located.
The URL of the block explorer for this contract.
The timestamp from when the contract was created.
The timestamp from when the contract was last updated.
The timestamp from when the contract was deployed to the blockchain.
Was this page helpful?