Today we've launched a number of enhancements to our NFT collection endpoints ๐ฅ They include:
- Richer NFT collection metadata
- Expansion of
verified_collectionstatus across more chains - Token counts on NFT collections by wallet
- Bulk fetch NFT collection metadata
Richer Collection Metadataโ
We've added the following properties to our NFT Collection metadata:
collection_logocollection_banner_imagecollection_categoryproject_urlwiki_urldiscord_urltelegram_urltwitter_usernameinstagram_username
Enhanced metadata can be found on the following endpoints:
- Get NFT Collection metadata
- Get NFT Metadata
- Get NFT Collections by wallet
- Get NFTs by wallet
- Get multiple NFTs
Expansion of Verified Collectionsโ
Our verified_collection status, which was previously only supported on Ethereum, is now available on these additional chains:
- Polygon
- Binance
- Arbitrum
- Avalanche
- Optimism
- Base
This status reflects whether or not the collection has been verified on OpenSea.
Token Countsโ
We've introduced a new query parameter when fetching NFT Collections by wallet call token_counts. When set to true, this will add the total number of NFTs held in each collection by the wallet to the response data.
Bulk Fetch Collection Metadataโ
We've added a new endpoint, Get metadata for multiple NFT Collections, that allows you to fetch metadata for up to 25 NFT collections in one request.