Deploy a new NFT Collection contract.
POST/nft/launch
The launch
endpoint is used to deploy a new NFT Collection on the Mina blockchain.
It allows users to create a new NFT Collection with customizable parameters.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
Successful deployment of a new NFT Collection.
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.