Hi everyone,
I have a contract address on polygon - 0x0a6f27f77b8056d5999e3c7beb631f0cd888194c
This contract currently has 61 NFTs as seen here - https://polygonscan.com/token/0x0a6f27f77b8056d5999e3c7beb631f0cd888194c
Moralis was indexing NFTs properly up until yesterday and the API is responding with 58 tokens in the contract address -
curl -X 'GET' \
'https://deep-index.moralis.io/api/v2/nft/0x0a6f27f77b8056d5999e3c7beb631f0cd888194c?chain=polygon&format=decimal&limit=100&order=DESC' \
-H 'accept: application/json' \
-H 'X-API-Key: ###'
But after I minted token number 59, 60 & 61, Moralis has not updated the index for over 1.5 days now. (usually took a few mins to update index).
Is there any way i can force refresh the indexing process?