The collectible object

This object represents a user of the customer/organization of your business.

ENDPOINTS
POST   /collectibles
GET    /collectibles
GET    /collectibles/{id}

Attributes


id uuid
Unique identifier for the object.


name string
Name for the object.


description string
Description for the object.


mime_type string
Mime Type for the artwork file associated with the object.


artwork url
URL of the artwork file associated with the object.


cover url
URL of the cover image for the file associated with the object.


total_count int
Total count for the object.


claimed_count int
Claim count for the object.


available_count int
Available count for the object.


contract_address address
Blockchain contract address for the object.


blockchain_id hex
Blockchain chain id for the blockchain the object is created on.


creator_id uuid
User object id for the object.


organization_id uuid
Organization object id for the object.


external_id string
Custom External id for the object.