Transfer an NFT
Attempt a transfer of your NFT, from your treasury, to any account on Hedera
This is the simplest of transfer methods the API can process, a couple of things will happen:
- We'll check that the Treasury owns and can send your NFT to an account
- We'll attempt to send the NFT to an account, if it fails then a error will query to whether an account has associated with said NFT id.
post
https://hedera-serverless-consensus.vercel.app
/api/nft/transfer
Last modified 7mo ago