reportSpam
Flag an NFT contract address as spam or not spam on a blockchain network. Provide the address and a boolean value to indicate its spam status, helping to filter unwanted content.
Instructions
Report an NFT contract address as spam or not spam
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| address | Yes | The address to report as spam. | |
| isSpam | Yes | Whether the address is spam. |