Synchronization timing of issued tokens

Hello. I’m using the Moralis API a lot right now.

I wonder when the token information for each contract held by the account will be synchronized.

For example, after issuing NFT, when you search for account information through Web3 API, it does not appear immediately, but appears after a certain period of time.

I am curious about how much time is required for synchronization, and would be grateful if you could answer if I can manually request to synchronize the list of tokens held by the account through the Web3 API.

Hello,

You can resync a token id with reSyncMetadata endpoint.
https://docs.moralis.io/moralis-dapp/web3-api/token#resyncmetadata
Sometimes you have to use uri flag, you can also use that endpoint directly from web3api interface in admin interface.

You can also read more here about how sync works now:

1 Like