Reserve Digital Passports Batch
Reserve a batch of tokens to create your digital passports later on.
Let's start ๐
URL
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"
}
Return Payload
{
"message": "Batch reservation done",
"code": "inProgress"
}
Updated over 1 year ago