transfer_nft
Send an NFT to any recipient on EVM networks. Provide the collection address, token ID, recipient address, and signing key to transfer ownership.
Instructions
Transfer an NFT to an address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| tokenId | Yes | The ID of the specific NFT to transfer (e.g., '1234') | |
| toAddress | Yes | The recipient address that will receive the NFT | |
| privateKey | Yes | Private key of the owner's account in hex format (with or without 0x prefix). SECURITY: This is used only for transaction signing and is not stored. | |
| tokenAddress | Yes | The contract address of the NFT collection (e.g., '0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D' for Bored Ape Yacht Club) |