[SOLVED] Get Mint Events

Hello,
We wanted to fetch all the mint events from a given NFT Collection via their Smart Contract Address.

Our approach is quite simple, fetch all the transfer events from that contract, which have the from address as Null Adress.

Are we right in assuming this should work or something we are missing or need to additionally fetch/handle at our end?

Appreciate the inputs, thanks.

I would expect it to work, we will be releasing soon moralis.io/streams that may help you

We look forward to it, thanks