Delegate burn NFTs
POST /v1/smart-contract/burn/nfts/{smartcontractId}
Header:
API_KEY
Path params:
smartContractId
(required): Unique collection id.
Request Body
Type | Description | Required |
---|---|---|
Array | List of NFTs | Yes |
Example
Response:
result: Response data
nftsEvolved: Array list with every nfts transactions and data about transaction
nftsBurned: NFT status in Blockchain. If something is not working, you receive STATUS_IN_BC.FAILED (4). If transaction was sent succesfull : STATUS_IN_BC.PENDING. If NFT was evolved in Blockchain STATUS_IN_BC.MINTED
hash: Hash Transaction
id: Id in Minteandome DB
idNFT: id NFT in blockchain.
STATUS_IN_BLOCKCHAIN
Last updated