Create an offer to sell tokens at a specified price.
POST/token/offer/create
Allows users to create an offer to sell a specified amount of tokens at a given price.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
Successfully created offer 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.