v1

latestOpenAPI 3.0.02026-07-146561171.4 KB
Non-Transferable Projects

Revoke an NFT

This endpoint allows you to revoke a non-transferable NFT.

post/v2/projects/n/{projectId}/nfts/{nftId}/revoke

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

transferableboolean

Whether or not the NFT can be transferred based on the Project its a part of

compressedboolean

Whether or not the NFTs in the Project are compressed

mintAddressstring required

Base-58 encoded string representing an on-chain address

Example response

{
  "mintAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}