nft_transfer
Transfer an NFT to any address by specifying the contract, token ID, and recipient. Use the safe transfer option for added security.
Instructions
Transfer an NFT to another address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address | |
| safe | No | Use safe transfer (recommended) | |
| tokenId | Yes | Token ID to transfer | |
| contractAddress | Yes | NFT contract address |