Hi there,
I’m trying to set up a simple stream which will watch for nft transfers to/from an address.
I have noticed that when i transfer FROM this address, the nftTransfers key is populated in the stream, but when I transfer TO this address I don’t receive a stream.
Am I right in assuming this would work, or am I missing something?
This is my config for setting up the stream:
{
chains: [EvmChain.ETHEREUM, EvmChain.POLYGON, EvmChain.GOERLI],
description: `monitor address ${address}`,
tag: address,
webhookUrl: process.env.MORALIS_WEBHOOK_URL,
includeNativeTxs: true,
}
10:18 am