Mint new NFT to a specified address.
POST/nft/mint
The mint
endpoint allows authorized users to mint new NFT on the Mina blockchain.
This transaction creates new NFT.
The sender must have the authority to mint NFTs, typically the admin of the NFT 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.