Withdraw a previously made offer to sell a token.
POST/token/offer/withdraw
Allows users to withdraw an offer they have previously made using the /offer
endpoint.
This transaction cancels the active offer, releasing any locked tokens.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
Successfully built withdraw 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.