Redeem tokens for a MINA (applicable for Fungible Tokens with Bonding Curve Admin)
POST/token/redeem
The redeem
endpoint allows users to redeem tokens of a fungible token on the Mina blockchain for a MINA.
The sender must have sufficient balance and appropriate permissions to perform the transfer.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
Successfully built redeem 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.