This object contains information about the NFT token.
Field
Name | Type | Description |
---|---|---|
id | UUID | The NFT token ID. |
name | String | The name of the NFT token. |
metadataArweaveTxId | String | The information of arweave metadata ID. |
metadataArweaveTxLink | String | The information of arweave metadata link. |
onChainId | Integer | The information of on chain ID declared in number. |
ethereumTxId | String | The information of ethereum. |
deployed | Boolean | Confirmation whether the NFT Token is deployed. The 'true' value represents that the token has already deployed. Otherwise, the value will be 'false'. |
royaltyBasisPoints | Integer | The information of royalty basis point declared in number. |
assetId | UUID | The asset ID. |
asset | Object | Contains all the information from Asset . |
metadataJSON | String | The JSON metadata. |
nftContractID | UUID | The NFT Contract ID. |
nftContract | Object | Contains all the information from NFTContract . |