post https://api.nftport.xyz/v0/mints/customizable
Mints an NFT to your previously deployed contract for NFT products. This minting consists of multiple steps and enables you to customize the whole minting flow for your exact needs.
- First, you need
contract_address
using Deploy a contract for NFT products. - Secondly, you need
metadata_uri
using Upload metadata to IPFS.
After minting, the NFT will appear in the mint_to_address
wallet. If you minted to your own wallet, you can also see the minted NFT on OpenSea in your profile after a few minutes.
You can mint up to 100 NFTs for free per chain. Maximum supported filesize is 50MB. For higher limits, see pricing.
Useful for:
- Minting to your own product contracts effortlessly.
- Creating customizable minting flows which enable to build NFT-based products.
Related:
- If you want to learn how to use customizable minting, see Customizable Minting Quickstart.
- If you wish to list all your previously minted NFTs, see List all your minted NFTs.
- To see all your previous IPFS uploads, see List all your IPFS uploads.