> For the complete documentation index, see [llms.txt](https://api.fwallet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.fwallet.net/fruits-node-api-for-single-nft/place-a-sell-order.md).

# Place a sell order

URL: <https://fwallet.net/fruits?requestType=nftApi>

Method: POST

Required fields:

* method: This must be "putForSale”.
* amountNQT: This must be "0”.
* arg1: The price of NFT. For example: if you want to sell for 10 FRTS, enter 10 x 10^8 = 1000000000.
* arg2: The ID of NFT. You can get NFT ID by calling "Get NFT By URI" API.
* contractName: The created smart contract name. For example: "PFT".
* secretPhrase: The passphrase of NFT owner.
* feeNQT: This must be "0".
* deadline: Transaction confirmation deadline. Suggested value is 1440.

&#x20;\--> You need to wait 2 blocks, NFT will be sold successfully.
