The core data model in the BlockVision API is the collection, which represents a unique digital item whose ownership is managed by the blockchain.
Here is an overview of the fields contained in a Collection.
Field Name | Object | Description | Example |
---|---|---|---|
name | string | String - The name of the NFT collection | The name |
collectionSlug | string | String - The Opensea collection slug | The Opensea Collection Slug. You can refer to this link https://docs.opensea.io/v1.0/reference/collection-model |
description | string | String - The description to describe the NFT collection | The Bored Ape Yacht Club is a collection of 10,000 unique Bored Ape NFTs— unique digital collectibles living on the Ethereum blockchain. Your Bored Ape doubles as your Yacht Club membership card, and grants access to members-only benefits, the first of which is access to THE BATHROOM, a collaborative graffiti board. Future areas and perks can be unlocked by the community through roadmap activation. Visit www.BoredApeYachtClub.com for more details. |
website | string | String - The original website of the NFT collection | www.BoredApeYachtClub.com |
string | String - The email address of the NFT collection | ||
string | String - The Twitter of the NFT collection | BoredApeYC | |
discord | string | String - The Discord address of the NFT collection | |
telegram | string | String - The Telegram of the NFT collection | BoredApeYC |
github | string | String - The Github Url of the NFT collection | |
string | String - The Instagram address of the NFT collection | ||
medium | string | String - The Medium link of the NFT collection | |
logoUrl | string | String - The logo URL of the NFT collection | https://logo.blockvision.com/logo/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d.png |
bannerUrl | string | String - The banner URL of the NFT collection | https://lh3.googleusercontent.com/RBX3jwgykdaQO3rjTcKNf5OVwdukKO46oOAV3zZeiaMb8VER6cKxPDTdGZQdfWcDou75A8KtVZWM_fEnHG4d4q6Um8MeZIlw79BpWPA=s300 |
featuredUrl | string | String - The featured URL of the NFT collection | https://lh3.googleusercontent.com/RBX3jwgykdaQO3rjTcKNf5OVwdukKO46oOAV3zZeiaMb8VER6cKxPDTdGZQdfWcDou75A8KtVZWM_fEnHG4d4q6Um8MeZIlw79BpWPA=s300 |
largeImageUrl | string | String - The image URL in larger size of the NFT collection | https://lh3.googleusercontent.com/RBX3jwgykdaQO3rjTcKNf5OVwdukKO46oOAV3zZeiaMb8VER6cKxPDTdGZQdfWcDou75A8KtVZWM_fEnHG4d4q6Um8MeZIlw79BpWPA=s300 |
openseaVerified | bool | TRUE if it has been verified by Opensea | false |