Properties:
Name | Type | Attributes | Description |
---|---|---|---|
id |
number
|
The asset ID in Marketplace |
|
starkKey |
string
|
Owner stark key of the asset |
|
uri |
string
|
Metadata uri for the assets (NFT / ERC721) |
|
assetType |
string
|
Token type of the asset (ERC721 / MINTABLE_ERC721 / ERC20 / MINTABLE_ERC20) |
|
tokenId |
number
|
Unique token id of the asset NFT (ERC721 / MINTABLE_ERC721) |
|
tokenAddress |
string
|
Token address |
|
status |
string
|
Status of the NFT/Asset (MINTED / MINT_FAILED) |
|
name |
string
|
<optional> |
Name of the asset |
description |
string
|
<optional> |
Description about the asset NFT |
imageUrl |
string
|
<optional> |
Represented image for the NFTs/ asset |
animationUrl |
string
|
<optional> |
Represented image/video for the NFTs/ asset |
animationUrlMimeType |
AnimationType
|
<optional> |
Represented image/video for the NFTs/ asset |
collectionId |
number
|
Id of the collection where asset resides |
|
metadata |
Record.<string, any>
|
Metadata of the NFT |
|
metadataOptional |
Record.<string, any>
|
<optional> |
Metadata optional with extra field beyond schema metadata's format of the NFT |
creatorStarkKey |
string
|
Stark key of the creator who own the asset |
|
publicId |
string
|
The unique public ID (UUID) of the asset |
|
assetMintId |
string
|
<optional> |
The hex string of the asset to map with the on-chain data |
transactionId |
number
|
<optional> |
The unique sequence transaction ID |