v1

latestOpenAPI 3.0.02026-07-146561171.4 KB
Projects

Burn an NFT

This endpoint allows you to burn an NFT.

post/v2/projects/{projectId}/nfts/{nftId}/burn

Path parameters

projectIdinteger required
nftIdinteger required

Response

Successful response

transactionIdstring required

Transaction ID that identifies the Transaction generated by an API request

nftIdnumber required

Unique ID for an NFT in a Project

projectIdnumber

The ID of the Project the NFT is part of

mintAddressstring required

Base-58 encoded string representing an on-chain address

Example response

{
  "mintAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}