Purchase tokens from an existing offer.
POST/token/offer/buy
Allows users to purchase tokens from an existing offer on the Mina blockchain. This endpoint facilitates the transaction where tokens are transferred from the offer address to the buyer's address in exchange for the specified price.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
Successfully built buy 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.