User Journey
Check a mint status
Learn how to check a mint status
Step 1. Read mint request
Every new mint is queued up to eliminate any possible transaction fails.
Get the status of your mint request using the code below.
curl --location --request GET 'https://protocol.lumx.io/v1/mints/{mintId}'
You will receive a status 200 with an object containing the mint request status and transaction hash.
Congratulations! You can check your transaction hash on the block explorer.
If you completed all the steps above, you can advance to our next recipe.
Any problems during this recipe? Check some possible troubleshooting.