Get Count of Reserved Digital Passports IDs
Get the count of IDs you reserved for the digital passports you will create on your NFT Management Platform.
Let's start 🚀
To get the count, use the /certificate/reserved/count
.
Result:
httpCode | Description |
---|---|
200 | The count of reserved token IDs available for digital passport creation on your NFT Management Platform is returned. |
{
"count": 2405
}
Updated 6 months ago