Bulk wallet syncing through Moralis SDK

I have a users database in which i have about 200 wallets and they might increase as i get more wallets. I want to sync all of the data for these wallets and then write my cloud functions to sync them.

Write now when i add 1 wallet address to sync and watch through the dashboard. It starts syncing it and takes about 10 mins.

Is a bulk syncing of all of the wallet address that i can pass to moralis and then moralis sync these wallet address. I know it will take more time in syncing them but i want to send a bulk sync request and then sort of check the status of my node if it is synced or not.

You could add them all in a sequence and check at the end the sync, it shouldn’t be complicated to add 200 addresses by code to sync