Spam Detection
Spam detection provides an extra layer of protection to help you identify and mitigate the risks associated with harmful contracts in the Web3 ecosystem.
How does it work?
Our spam detection feature adds a new field called possible_spam
to contracts (both ERC20 tokens and NFTs). This field returns true
or false
, indicating whether the contract address is associated with potential spam, phishing attempts, or other suspicious activities.
By using this feature, you can easily identify and hide suspicious contracts or notify users about potential risks.
Classifying contracts as spam
Contracts marked as spam are evaluated based on multiple criteria, including but not limited to:
- Liquidity
- Exchange presence
- Team presence
- Minting and transfer activities (honeypot activity, etc.)
- Project maturity
- Other undisclosed evaluation factors
Supported Endpoints
Spam detection is available on the following endpoints:
- Get ERC20 token balance by wallet
- Get ERC20 token transfers by wallet
- Get ERC20 token metadata by contract
- Get NFTs by wallet
- Get NFT transfers by wallet
- Get NFT metadata
Supported Chains
This feature is supported on all EVM chains.