Guides
Edit and Burn NFTs
Update or delete tokens
Edit NFT Metadata
Use this API to create dynamic NFTs that evolve over time, or correct mistakes.
Ensure your API key is a server side key with the scope
nfts.update
To start, first make sure you have a reference to the collectionId and NFT ID you would have obtained after the mint has completed. The NFT ID is a UUID that references the NFT in Crossmint’s internal systems. If you want to update by tokenId this is supported on EVM collections.
cURL
Try out live in the API playground: Edit NFT
If you’re working with an EVM collection you can use the Edit NFT by Locator endpoint
The new
metadata
object fully replaces the old one. It doesn’t only modify the fields you enter.Burn an NFT
Burning an NFT effectively removes it from circulation. This endpoint requires an API key with the nfts.delete
scope.
cURL
Test this endpoint out live in the API playground: Burn NFT