Skip to content

Commit 8b3b394

Browse files
author
Mihir Chitalia
committed
Update NFT spam coverage
1 parent f686ede commit 8b3b394

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nft/nfts.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2181,7 +2181,7 @@ components:
21812181
name: excludeFilters[]
21822182
description: |-
21832183
Array of filters (as ENUMS) that will be applied to the query. NFTs that match one or more of these filters will be excluded from the response. May not be used in conjunction with includeFilters[]. Filter Options:
2184-
- SPAM: NFTs that have been classified as spam. Spam classification has a wide range of criteria that includes but is not limited to emitting fake events and copying other well-known NFTs. Please note that this filter is currently supported only on Ethereum Mainnet and Matic Mainnet, and is **available exclusively on paid tiers**.
2184+
- SPAM: NFTs that have been classified as spam. Spam classification has a wide range of criteria that includes but is not limited to emitting fake events and copying other well-known NFTs. Please note that this filter is **available exclusively on paid tiers**.
21852185
- AIRDROPS: NFTs that have were airdropped to the user. Airdrops are defined as NFTs that were minted to a user address in a transaction sent by a different address. NOTE: this filter is currently supported on Ethereum Mainnet, Ethereum Goerli, and Matic Mainnet only.
21862186
- To learn more about spam, you can refer to this: <span class="custom-style"><a href="https://www.alchemy.com/overviews/spam-nfts" target="_blank">Spam NFTs and how to fix them</a></span>
21872187
schema:
@@ -2205,7 +2205,7 @@ components:
22052205
name: includeFilters[]
22062206
description: |-
22072207
Array of filters (as ENUMS) that will be applied to the query. Only NFTs that match one or more of these filters will be included in the response. May not be used in conjunction with excludeFilters[]. Filter Options:
2208-
- SPAM: NFTs that have been classified as spam. Spam classification has a wide range of criteria that includes but is not limited to emitting fake events and copying other well-known NFTs. Please note that this filter is currently supported only on Ethereum Mainnet and Matic Mainnet, and is **available exclusively on paid tiers**.
2208+
- SPAM: NFTs that have been classified as spam. Spam classification has a wide range of criteria that includes but is not limited to emitting fake events and copying other well-known NFTs. Please note that this filter is **available exclusively on paid tiers**.
22092209
- AIRDROPS: NFTs that have were airdropped to the user. Airdrops are defined as NFTs that were minted to a user address in a transaction sent by a different address. NOTE: this filter is currently supported on Ethereum Mainnet, Ethereum Goerli, and Matic Mainnet only.
22102210
- To learn more about spam, you can refer to this: <span class="custom-style"><a href="https://www.alchemy.com/overviews/spam-nfts" target="_blank">Spam NFTs and how to fix them</a></span>
22112211
schema:
@@ -2229,7 +2229,7 @@ components:
22292229
- LOW
22302230
22312231
The confidence level set means that any spam that is at that confidence level or higher will be filtered out. For example, if the confidence level is HIGH, contracts that we have HIGH or VERY_HIGH confidence in being spam will be filtered out from the response.
2232-
Defaults to VERY_HIGH for Ethereum Mainnet and MEDIUM for Matic Mainnet.
2232+
Defaults to VERY_HIGH for Ethereum Mainnet and MEDIUM for other networks.
22332233
22342234
**Please note that this filter is only available on paid tiers. Upgrade your account [here](https://dashboard.alchemyapi.io/settings/billing/).**
22352235
schema:

0 commit comments

Comments
 (0)