Migrate to NFT v3
Ready to migrate to NFT v3 to leverage the latest features? Learn how.
Migration Guide
Learn how to migrate from NFT v1 to NFT v3 .
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.
Updated 11 days ago