Transferable Projects
Last updated
Last updated
For Transferable Projects, the :transferable
path param is set to t
This guide will walk through the process of setting up a Transferable Project and minting NFTs that are part of the Project.
Besides passing in the Project's name and image, you'll need to set the transferable
to true
in the request body.
Besides setting the metadata like name, description, image, and attributes, you can also specify a receiver for your NFT.
When the receiver is set, the NFT will be minted directly to the receiver's address.
If you don't set a receiver, the NFT will be minted to the wallet associated to the API Key in the request.