How can I show the images immediately from opensea api when I stake or unstake in NFT staking website with moralis?

I have built NFT staking website and it is working properly except that I forced to show the image update when staking or unstaking. That is because immediate update of image cannot be done with moralis getnftforcontract api and opensea api. The code is following. const get_balanceUrls = async () => { await Moralis.Web3API.initialize({ apiKey:… Read More How can I show the images immediately from opensea api when I stake or unstake in NFT staking website with moralis?