NFT
Last updated
Last updated
Property | Description | Type |
---|---|---|
id
Unique identifier of the NFT (CERTHIS API)
Int
nft_id
Identifier of the NFT within the collection (COLLECTION SMART CONTRACT)
Int
collection_id
Identifier of the collection to which the NFT belongs (CERTHIS SMART CONTRACT)
Int
owner_address
Blockchain address of the current owner of the NFT
String
creator_address
Blockchain address of the creator of the NFT
String
ipfs_object
IPFS object containing the metadata of the NFT
Object
collection_object
Object describing the collection
Object
label_object
Object describing the label
Object
owner_object
Object describing the owner
Object
creator_object
Object describing the creator
Object
currency_object
Object describing the currency used for the NFT
Object
collection_currency_object
Object describing the currency used for the collection
Object
chain_id
Blockchain chain identifier of the NFT
Int
extra_price_collection
Extra price associated with the collection (LAZY MINT COLLECTION)
Number
extra_currency_collection
Extra currency associated with the collection (LAZY MINT COLLECTION)
String
token_uri
URI pointing to the token metadata
String
sellable_type
Type of secondary sale: 0 = not for sale, 1 = ERC20 sale, 2 = ETH sale.
String
sellable_currency
Currency used for the sale
String
sellable_amount
Amount for which the NFT is sellable
Int
royalties
Royalties associated with the NFT
Int
created
Date when the NFT was created
Date
updated
Date when the NFT was last updated
Date
minted
Indicator if the NFT has been minted
Boolean
chain_name
Name of the blockchain on which the NFT resides
String
is_sbt
Indicator if the NFT is a Soul-Bound Token
Boolean