How to subscribe address transactions?

Hi,

I need to subscribe address transactions:
https://etherscan.io/address/0xdE78D3e8e46D0184841874da003928ecd89533A9
Whenever there is new transaction on this addresss need to fetch transaction memo and store it to database
What is the way to subscribe new transactions using moralis API and NodeJS
Thanks in advance

You can sync an address to your Moralis server and then subscribe to it for new transactions.