Alchemy Logo

isSpamContract

GET
/v2/{apiKey}/isSpamContract

Returns whether a contract is marked as spam or not by Alchemy.

Path Parameters

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Query Parameters

contractAddressstringrequireddefaults to 0x495f947276749ce646f68ac8c248420045cb7b5e

String - Contract address for the NFT contract (ERC721 and ERC1155 supported).

Responses

200

<br/> True - if the queried contract is marked as spam. <br/> False - if the queried contract is considered valid or if the contract hasn't been evaluated by us yet.

Was this page helpful?