Event capturing for a specific wallet address

Currently, we can easily get all the nfts for a specific wallet address. But it takes some time to fetch all the nft info ( for example, an address that has more than 1,000 nfts). We have a db that stores that info and show it immediately in the frontend side.

Right now, I have one problem. We should update the db when there is an update on that address.
Iā€™m just wondering if there is an event capturing such as ( creating a nft, price change, and so on ), then we can easily capture that event, and update the db.

Thanks.

Hi,
I thought that Moralis has a db that automatically syncs the NFTs of current users.