Transfer NFT
URL: https://fwallet.net/fruits?requestType=multipleTokenApi
Method: POST
Required fields:
method: This must be "transfer”.
amountNQT: This must be "0”.
arg1: The recipient's account id.
arg2: The ID of NFT. You can get NFT ID by calling "Get Multiple Token By URI" API.
arg3: The quantity of NFT to transfer.
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.
→You need to wait 2 blocks, NFT will be transferred successfully.
Last updated