Stream nftTransfers TO and FROM address

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

Hey there,

So in here looks like you are just monitoring the address? :thinking:

If you just want to watch the NFT transfer, I believe you should instead listen to the NFT transfer events, you can follow this tutorial here https://docs.moralis.io/streams-api/how-to-listen-all-nft-transfers

Ye looks like it’ll work, but unfortunately I’m not willing to part with $250 per month at the moment to use the “allAddress” feature :cry:

Hey @shayne.b,

Are you listening to any NFT address from any address? Or you’re just planning to watch a handful of NFTs?

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.