Asset data response
Properties:
Name | Type | Description |
---|---|---|
id |
number
|
Id of the specific assets NFT |
createdAt |
string
|
Created time for the NFT |
updatedAt |
string
|
Updated time for the NFT |
starkKey |
string
|
Owner stark key of the NFT |
uri |
string
|
Metadata uri for the NFT |
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 |
assetMintId |
string
|
The hex string of the asset to map with the on-chain data |