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