Is Spam Contract
Determines whether a specific contract is marked as spam by Alchemy.
<Note>Please note that this API endpoint is only available to paid tier customers. Upgrade your account [here](https://dashboard.alchemy.com/account).</Note>
<Note>Spam NFT functionality is available on Mainnet for the following chains: Base, Arbitrum, Optimism, Ethereum, Polygon, Worldchain, Avax, Gnosis, Zksync, and Blast. More to come soon!</Note>
Path Parameters
apiKey
Query Parameters
contractAddress
String - Contract address for the NFT contract (ERC721 and ERC1155 supported).
Response
Returns whether the specified contract is marked as spam.
isSpamContract
True - if the queried contract is marked as spam.
False - if the queried contract is considered valid.