batch_transfer_nfts
Batch transfer multiple NFTs to one or more recipients in a single transaction, simplifying bulk distribution across supported networks.
Instructions
Transfer multiple NFTs to one or more recipients
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 |
| transfers | Yes | Array of transfers to execute | |
| privateKey | Yes | Private key in hex format (with or without 0x prefix). SECURITY: This is used only for address derivation and is not stored. The private key will not be logged or displayed in chat history. | |
| collectionAddress | Yes | NFT collection contract address |