Burn tokens from one address.
POST/token/burn
The burn
endpoint allows users to burn tokens of a fungible token on the Mina blockchain from one address.
The sender must have sufficient balance and appropriate permissions to perform the burn.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
Successfully built burn 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.