Table Description

Contains metadata information for NFT items and collections.

Column Descriptions

ColumnTypeDescription
typestringPossible values: item or collection
addressstringNFT item/collection address
update_time_onchainintLast update time recorded on-chain
update_time_metadataintLast update time of the metadata
parent_addressstringCollection owner address if type is collection, otherwise collection address for the item
content_onchainstringOn-chain content
metadata_statusintStatus of the metadata
namestringTEP-64 NFT name
descriptionstringTEP-64 NFT description
imagestringTEP-64 NFT image URL
image_datastringTEP-64 NFT image data
attributesstringTEP-64 NFT attributes
sourcesstructRaw metadata sources
tonapi_image_urlstringTON API image URL
adding_dateintDate when the metadata was added
updated_attimestampLast time the record was updated
ingested_attimestampTime when the record was ingested

Table Sample