GET
/
contracts
/
{contractId}
/
token-types
/
{uriNumber}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Path Parameters

contractId
string
required

The ID of the contract to which the token type belongs.

uriNumber
number
required

The sequential identifier of the token type within the contract.

Response

200 - application/json
contractId
string

The id of the contract to which the token type belongs.

createdAt
string

The timestamp from when the token type was created.

currentSupply
number

The current supply of the token type.

description
string | null

A brief description of the token type.

id
string

The id of the token type.

imageUrl
string | null

The URL of the image representing the token type. Supported formats are PNG, JPEG, GIF, or MP4.

maxSupply
number

The maximum supply of the token type.

Required range: x < 2000000000
metadataUrl
string

The URL where the metadata JSON of the token type is located.

name
string

The name of the token type.

traits
object

A dictionary of traits for the token type, where the key is the trait name and the value is the trait value.

updatedAt
string

The timestamp from when the token type was last updated.

uriNumber
number

The URI number associated with the token type.