Read all item types
Read all item types of a given contract
GET
/
contracts
/
{contractId}
/
item-types
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 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?