Mint Allocation
Check your ENSC mint allocation
Name
Value
Name
Type
Description
{
"recipient": "0xRecipientAddressABC123"
}{
"status": 200,
"message": "Mint limit retrieved successfully",
"data": {
"address": "0xRecipientAddressABC123",
"mintLimit": "1000.0",
"currency": "ENSC"
}
}{
"status": 400,
"error": "Invalid Request",
"message": "Invalid recipient address format",
"data": null
}{
"status": 403,
"error": "Permission Denied",
"message": "Account lacks minting privileges",
"data": null
}{
"status": 500,
"error": "Mint Limit Check Failed",
"message": "Failed to retrieve mint limit",
"data": null
}Last updated