Mint new tokens to a specified address.
POST/token/mint
The mint
endpoint allows authorized users to mint new tokens of a fungible token on the Mina blockchain.
This transaction increases the total supply of the token by creating new tokens and assigning them to a specified address.
The sender must have the authority to mint tokens, typically the admin of the token contract.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
Successfully built mint transaction.
Bad request - invalid input parameters.
Unauthorized - user not authenticated.
Forbidden - user doesn't have permission.
Too many requests.
Internal server error - something went wrong during the request.
Service unavailable - blockchain or other external service is down.