Sell NFT at a specified price by creating a Offer contract.
POST/nft/sell
The sell
endpoint allows authorized users to sell NFT on the Mina blockchain.
The sender must have the authority to sell NFTs, being the owner of the NFT or approved address.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
Successfully built sell 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.