Reserve Batch of Digital Passports
Reserve a batch of tokens to create your digital passports later on.
Let's start 🚀
Use the /certificate/reserveBatch
defining the total of digital passports you wish to reserve in your body.
Use case example: Your brand wants to reserve digital passports for a future drop to have enough credits when minting the tokens for your audience.
{
"numberOfReservations": "5"
}
Result:
{
"message": "Batch reservation done",
"code": "inProgress"
}
Updated 12 months ago