Field Name | Description | Notes |
---|---|---|
identifier | The NFT's unique identifier within the smart contract (also referred to as token_id ) | |
collection | The name (or slug ) of the collection | |
contract | The address of the smart contract | |
token_standard | The token standard of the NFT (ex: erc721 , erc1155 ) | |
name | Name of the NFT | |
description | Description of the NFT | |
image_url | Link to the image associated with the NFT | |
animation_url | Link to the video or animation associated with the NFT | |
metadata_url | Link to the off chain metadata store | |
created_at | Date the NFT was ingested into OpenSea | |
updated_at | Last time the metadata for an NFT was updated | |
is_disabled | Returns true if the item is currently not able to be bought or sold using OpenSea and false otherwise | |
is_nsfw | Returns true if the item is currently classified as 'Not Safe for Work' by OpenSea | |
is_suspicious | Returns true if the item has been reported for suspicious activity and false otherwise | |
owners | A list of Owner objects | for NFTs with more than 50 owners, this field will be null |
creator | The address of the creator | |
traits | A list of Trait objects | for NFTs with more than 50 traits, this field will be null |
rarity | A Rarity object |