Need help to fetch events from contract through moralis in node js without streams

Hello

Can we fetch real time and past events of the contract which is deployed on bsc testnet
through moralis sdk in node js ?
Thanks

you can use an endpoint from web3api that returns the events, it will not be real time, you will have to make requests to the api from time to time

The user is asking if itโ€™s possible to fetch real-time and past events of a contract deployed on BSC testnet through Moralis SDK in Node.js. The apk lub admin suggest using a Web3 API endpoint that returns the events, but it wonโ€™t be real-time and requests will need to be made from time to time.
To fetch past events of a contract deployed on BSC testnet through Moralis SDK in Node.js, you can use a Web3 API endpoint. However, real-time updates wonโ€™t be possible and periodic requests will need to be made.