Migration to NFT v3
This guide describes why you should migrate to the latest NFT v3 to make use of the latest features!
Intro
This guide outlines the seamless migration from NFT API v1/v2 to NFT API v3, unlocking new features for creators and collectors alike. Migrate now by following the detailed guide which takes you through everything you need to change or update. Unlock new endpoints and features by migrating to NFT v3!
If you have any difficulties migrating, please contact the support team.
Migration Guides
Why Migrate?
1. Mass Minting
NFT-API v3 introduces the highly anticipated Mass Minting feature, enabling customers to mint multiple NFTs simultaneously. This enhancement eliminates the risk of timeouts or lost connections due to prolonged processing times or fluctuating gas fees. Mass Minting ensures a smoother and more efficient NFT minting experience.
2. Dynamic NFTs
With NFT-API v3, customers can now enjoy Dynamic NFTs, allowing them to update NFT metadata. This feature empowers creators and collectors to engage with digital assets more dynamically and personally. The dynamic nature of these NFTs introduces a level of interactivity and uniqueness, setting them apart from traditional static NFTs.
3. Webhooks
NFT-API v3 introduces Webhooks, enabling customers to register their webhook endpoints and receive notifications for successful or failed NFT mints. This feature enhances real-time communication and provides better transparency into the minting process.
4. Update Owner
Upgrading to the NFT v3 allows you to update the owner
of an NFT contract. The updated owner
will have admin rights on the NFT contract. The endpoint to update the owner
is available only on the NFT v3.
5. Configure Royalties
A new endpoint is added to NFT v3, allowing you to configure the NFT contract royalties. You can specify the royalty recipient's wallet address and the royalty percentage. The royalty configuring endpoint only works with NFT contracts created with the NFT v3.
6. Unlock Token API
Migrating from v1 to v3 will unlock the Token API, which allows you to create ERC20 contracts and mint ERC20 tokens! More details for the Token API are at the end of this guide.
7. Future Updates
Receive future updates and new releases, available only on the NFT v3. We strongly encourage you to migrate to NFT API v3 to ensure continued support and access to future updates.
Where to find NFT v1.0 & NFT v2.0 docs?
- Switch between v1.0(deprecated), v2.0(deprecated) & v3.0(stable) of our documentation from the top left corner as shown below:
- The v1.0 includes the deprecated:
- NFT-API v1 (Guides + API Reference)
- The v2.0 includes the deprecated:
- NFT-API v2 (Guides + API Reference)
- Market API (Guides + API Reference)
- The v3.0 has the latest product features including the NFT-API v3 and the Token-API.
Updated 11 days ago