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
Parameter | Description |
---|---|
HM_ACCESS_KEY | HyperMint Access Key |
HM_ACCESS_KEY_SECRET | HyperMint Access Key Secret |
Response
Code | Meaning |
---|---|
🟢 200: OK | Returns status of the transfer |
🟠 404: Not Found | Contract not found |
🟠 404: Not Found | Transaction not found |
🟠 400: Bad Request | Solana 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.
Updated 8 months ago