This object contains all the information about the registry tokens.
Name | Type | Description |
---|---|---|
ID | UUID | NFT token ID. |
TokenName | String | NFT token name |
TokenID | Integer | NFT token id. |
MetaData | Object | NFT metadata it contains such as name, description, image, attributes and etc.. |
TokenType | Enum | NFT toke type like ERC1155 orERC721 . |
ListingStatus | Enum | NFT listing status in secondary marketplace like Active ,InActive . |
Status | Enum | NFT TokenStatus |
Price | Enum | Contains information from Price . |
OwnersList | []String | owner list. |
Owners | String | If multiple owner is present it will show in comma separated. |
RegistryId | UUID | Registry id. |
[ Registry](https://developers.mojito.xyz/reference/registry-1) | Object | Contains information from Registry . |
ArtistID | UUID | Artist id. |
Artist | Object | Contains information from Artist . |
CategoryID | UUID | Category id. |
Category | Object | Contains information from Category . |
CreatedBy | UUID | Registry created user |
CreatedAt | Time | Registry created time. |
UpdatedAt | Time | Registry updated time,. |
TokenURI | String | NFT token uri. |
NFTTokenID | UUID | NFT token id. |
TokenOwnerAddress | String | Token owner address. |
MintedAt | Time | Token minted date. |
networkID | UUID | Network id. |
editionNumber | Integer | Token edition number if token type ERC1155 .it will present. |
listedOrderInfo | Object | Contains information from Order . |
isBuyNowEnabled | Boolean | Is token available in buy now process. |
isMakeOfferEnabled | Boolean | Is token available in make offer process. |
latestOffer | Object | Contains information from Order . |
networkName | String | Token network name. |
nftContractName | String | Token contract name. |
isOfferExist | Boolean | Token have any offer. |
mediaSourceURL | String | Token media source url. |
mediaSourceExtension | String | Token media source extension like gif ,jpeg , ... |
mediaSourceType | String | Token media source type like IMAGE ,VIDEO ,.. |
mediaBackupURL | String | Token media backup source url . |
mediaBackupExtension | String | Token media backup extension. |
mediaBackupType | String | Token media backup type. |
isSecondaryMarketplace | Boolean | Token comes in primary or secondary marketplace. |