The NFTGo API returns information on the collection an NFT is associated with. The following are the fields included for the collection model (appearing inline as a field on the NFT model). Currently the NFTGo API includes collections found on NFTGo.
Field | Type | Description |
---|---|---|
blockchain | string | Name of the blockchain |
name | string | Name of collection |
slug | string | A slug is generated from a collection name by applying lower-case to all letters in the collection name and replacing all spaces with a '-' |
opensea_slug | string | Opensea slug is generated from the corresponding opensea url link |
description | string | Description of collection |
official_website_url | string(uri) | Official website url of collection |
opensea_url | string | Opensea url of collection |
logo | string | Logo url or base64 encoded data of a collection |
contracts | [string] | List of contract addresses which belong to a collection |
contract_type | string | Type of contract: ERC721 or ERC1155 |
categories | [string] | List of categories |
discord_url | string | Discord url of a collection |
instagram_url | string | Instagram url of a collection |
twitter_url | string | Twitter url of a collection |
telegram_url | string | Telegram url of a collection |
has_rarity | boolean | Whether the collection has rarity rankings |
last_updated | integer | Last updated timestamp in seconds |