Properties:
Name | Type | Description |
---|---|---|
id |
number
|
Unique id of assets as primary key |
createdAt |
string
|
The created time when the assets/NFTs is created |
updatedAt |
string
|
The updated time when the assets/NFTs is updated/traded |
starkKey |
string
|
The stark key owner of the NFTs |
uri |
string
|
The specific uri to point to metadata (off-chain data) of the assets/NFTs |
assetType |
string
|
Token type of the assets (ERC721/MINTABLE_ERC721/ERC20/MINTABLE_ERC20) |
tokenId |
number
|
Unique token id of the NFT |
tokenAddress |
string
|
Token address with the pointed deployed smart contract address |
status |
string
|
Status of the NFT/Asset (MINTED / MINT_FAILED) |
name |
string
|
Name of the asset NFT |
description |
string
|
Description about the NFT |
imageUrl |
string
|
Represented image for the NFTs/ assets |
collectionId |
number
|
Id of the collection own this asset |
metadata |
Object
|
Metadata of the NFTs |
metadataOptional |
Object
|
Metadata optional with extra field beyond schema metadata's format of the NFTs |
owner.createdAt |
string
|
The time when the owner receive the NFTs as the NFTs get ownership's transfer |
owner.ethAddress |
string
|
The wallet address (Metamask) of the owner |
owner.starkKey |
string
|
The stark key of the owner |
creator.name |
string
|
The name of creator NFTs |
creator.starkKey |
string
|
The stark key of creator |
publicId |
string
|
The unique public id (uuid) of the NFTs |
assetMintId |
string
|
The hex string of the asset to map with the on-chain data |
collectionName |
string
|
The name of collection |
collectionContractAddress |
string
|
The smart contract address for the collection |
fee |
Array.<FeeTypes>
|
The fee type (including percentage, wallet-address, feeType..) |
order |
OrderType
|
The order object to include the details information of price, assetId |
totalMintedAssets |
number
|
The number of total minted assets in the same collection |