Read an item type
Read an item type from a contract
GET
/
contracts
/
{contractId}
/
item-types
/
{itemTypeId}
Authorizations
Bearer authentication header of the form Bearer <API_KEY>
.
Path Parameters
The ID of the contract to which the item type belongs.
The ID of the item type.
Response
200 - application/json
The ID of the item type.
The ID of the contract.
The name of the item type.
The description of the item type.
The supply of the item type.
Required range:
x < 2000000000
The traits of the item type. The key is the name of the trait and the value is the value of the trait.
The image URL of the item type. Supported formats are PNG, JPEG, GIF or MP4.
The URI number of the item type.
Was this page helpful?