Mint Allocation
Check your ENSC mint allocation
POST
/mintLimit
This endpoint retrieves the mint allocation for a recipient. It verifies the recipient’s address, checks that the account has the minting privilege, and then returns mint limit expressed in the token currency (ENSC
).
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <api_key>
Body
Name
Type
Description
recipient
string
The wallet address for which to check the mint limit or allocation.
Example
Error Responses
Last updated