First of all, the network I’m using is “Polygon Mainnet” and “Testnet (Amoy)”, and the API I’m using to the core is “Get NFTs By Wallet (https://docs.moralis.io/web3-data-api/evm/reference/get-wallet-nfts)”.
The problem is, even though NFT Mint and Transfer transactions have been completed, they are not immediately reflected in the API and respond to previous list data. (Both Mainnet and Testnet)
Previously, it definitely seemed to be reflected in the API right away once the transaction was completed, but now it doesn’t seem to be.
I get a transaction completion response straight to Webhook via Stream API, is there a reason why this is not the case with API?
The service we are currently providing is difficult to provide if NFT list data is not immediately reflected in the API, so the problem must be solved.
Please reply.