Deploy a new fungible token contract.
POST/token/launch
The launch
endpoint is used to deploy a new fungible token on the Mina blockchain.
It allows users to create a new token with customizable parameters such as symbol,
decimals, URI, and admin contract type (standard or advanced).
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
Successful deployment of a new token.
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.