GET: Verify Token Burn

Returns an object which can be used to Verify if a transaction was a token burn. The contractId for a collection can be found on the dashboard under the "Developers" tab in the contract detail page.

https://api.hypermint.com/v1/nft-contract/verify-burn/:contractId/:txHash

Get Burn Status

Gets an object which can be used to verify if a transaction was a token burn

Parameters

Header

ParameterDescription
HM_ACCESS_KEYHyperMint Access Key
HM_ACCESS_KEY_SECRETHyperMint Access Key Secret

Response

CodeMeaning
🟒 200: OKReturns status of the transfer
🟠 404: Not FoundContract not found
🟠 404: Not FoundTransaction not found
🟠 400: Bad RequestSolana not supported
interface BurnResponse {
   transactionStatus:string //Pending/Complete/Failed 
   burn:boolean //true if transaction is a completed burn transaction (sent to zero address)
   walletaddress: string //users wallet address
}

Feedback

Something not quite right, unclear or can't find what you are looking for? Please let us know at support.moonpay.com and we will get back to you as soon as we can.