Moralis event synching

Hi,

looking to start a project with moralis, and I am most interested in your event synching for contracts. I have had issues in the past with reliable event synching and I am wondering what exactly moralis uses in order to sync the events.

Also do you have any examples of larger protocols using your services as some examples? Thanks

Hi,
There is streams api that is specific for event syncing and wallet syncing. Now it is in closed beta and you can register at moralis.io/streams

With streams api you can sync the events directly in your backend with webhooks. For now it works only with real time data.