Update an NFT
Last updated
Last updated
This endpoint allows you to perform a partial update on an NFT.
/v2/projects/:transferable/:projectId/nfts/:nftId
Value must be either 't' for transferable or 'n' for non-transferable
NFT ID
Description stored in the metadata
This is my first NFT
Image URL for your NFT
https://example.com/image.png
Animation URL for your NFT
https://example.com/animation.mp4
Key-value pairs of your NFT attributes
{"Points":"40000","Nickname":"LeGoat"}
This endpoint allows you to perform an update on an NFT.
/v2/projects/:transferable/:projectId/nfts/:nftId
Value must be either 't' for transferable or 'n' for non-transferable
NFT ID
Description stored in the metadata
This is my first NFT
Image URL for your NFT
https://example.com/image.png
Animation URL for your NFT
https://example.com/animation.mp4
Key-value pairs of your NFT attributes
{"Points":"40000","Nickname":"LeGoat"}