Hello, Iโm trying to replicate the Sync and Index Smart Contract Events on my self hosted server. How do I fetch all transactions?
what do you mean with fetching all transactions?
streams api works only for real time data now, not also for historical data
This feature. https://moralis.io/sync-and-index-smart-contract-events-full-guide/
This is one of the reason why I used Moralis before itโs because itโs easy to fetch historical data with this feature. But right now since this feature is gone, I need a guide on how to replicate it.
you can use web3api now to get historical data, it is not as easy as before, you have to make multiple requests to web3api to get the same info as before with historical sync
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.