when I call the getNFTs method to retrieve the NFTs for an account, I get incorrect results (it seems that the last transaction was not synced with your database).
Polygonscan state:
getNFTs call:
gerNFTs response:
As you can see, the token with id 32 appears in polygonscan, but not in the getNFTs response.
Example data:
- Network: Polygon
- NFT contract: 0x3e0ab8d47c7d89b95cf4b8a81ae92dcd0de1efd2
- Example affected wallet: 0x42951195ff9f592a504814d1e9a73f52b34e689c
- Example affected token id: 32
Can you help me, please?