diff --git a/content/api-reference/alchemy-transact/transaction-simulation/simulation-faqs.mdx b/content/api-reference/alchemy-transact/transaction-simulation/simulation-faqs.mdx index 8a98bdb70..03018bf53 100644 --- a/content/api-reference/alchemy-transact/transaction-simulation/simulation-faqs.mdx +++ b/content/api-reference/alchemy-transact/transaction-simulation/simulation-faqs.mdx @@ -30,11 +30,11 @@ slug: reference/simulation-faqs *** -## Do you support NFTs that predate ERC721? +## Do you support NFTs that predate ERC-721? Yes. -We recently added support for the following NFTs that predate the ERC721 standard: +We recently added support for the following NFTs that predate the ERC-721 standard: * CryptoKitties * Cryptopunks @@ -50,7 +50,7 @@ This is consistent with our [Transfers API](/docs/reference/transfers-api-quicks *** -## How can I get metadata for NFTs (ERC721, ERC155)? +## How can I get metadata for NFTs (ERC-721, ERC-1155)? You can use the collection address (`contractAddress`) and token id (`tokenId`) returned in the response to call our getNFTMetadata endpoint - see [here](/docs/reference/getnftmetadata). diff --git a/content/api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhook-filters.mdx b/content/api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhook-filters.mdx index 9fbb8dc73..c9813c5a7 100644 --- a/content/api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhook-filters.mdx +++ b/content/api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhook-filters.mdx @@ -5,11 +5,11 @@ subtitle: Understand what filters are available for Custom Webhooks and how to u slug: reference/custom-webhook-filters --- -Alchemy's Custom Webhooks allow you to access any on-chain activity while also precisely defining filters to control your data pipelines. With Alchemy's filters, you are able to set up logic for when you want blockchain data, whether that's for token movement, transactions of interest, or full blocks of data! Additionally, they allow you to easily filter down the data to exactly what you need, saving you on data ingestion costs and reducing infrastructure overhead. +Alchemy's Custom Webhooks allow you to access any onchain activity while also precisely defining filters to control your data pipelines. With Alchemy's filters, you are able to set up logic for when you want blockchain data, whether that's for token movement, transactions of interest, or full blocks of data! Additionally, they allow you to easily filter down the data to exactly what you need, saving you on data ingestion costs and reducing infrastructure overhead. To get started with the filters head over to the [Custom Webhook playground](https://dashboard.alchemy.com/notify) and test them out! -Alchemy's Custom Webhooks currently feature filters on 3 types of on-chain data: +Alchemy's Custom Webhooks currently feature filters on 3 types of onchain data: * Events/Logs * External Transactions