Watch Addresses In a Table For Triggers (afterSave or beforeSave)

Hi There,

Use case: We have a list of addresses over 200 to watch for transaction changes and get real time notification when there is a transaction on these addresses in our Moralis upgraded server.

We tried sync and watch but seems it only allows 100 addresses.
How can we programmically call sync and watch and pass in our 200 addresses to be watched and get realtime updates on all chains (ethereum, avax , bsc , fantom, polygon and others).

Is it possible to have all the addresses in a table and Moralis would automatically watch these addresses so that we can use the Moralis afterSave Trigger to perform some task.

Kindly assist in proffering a solution that works for this use case

Hi,

There isn’t a limit of 100 addresses now from what I know. You can watch new address from code:
https://v1docs.moralis.io/moralis-dapp/automatic-transaction-sync/historical-transactions#watch-address-from-code

Soon we will release the Stream API that you can use for this use case: moralis.io/streams