revoke_nft_approval
Revoke NFT approval to cancel a marketplace or operator's access to your collection. Prevent unauthorized transfers by removing permissions across EVM networks.
Instructions
Revoke NFT approval for a marketplace or operator
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 |
| operator | Yes | Operator address to revoke | |
| 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 |