Hi, moralis is a great product and we are relying more on its API. Recently
i got an error âRate limit exceedâ using this url:
https://deep-index.moralis.io/api/v2/nft/0x4e1f41613c9084fdb9e34e11fae9412427480e56/owners?chain=eth&format=decimal&offset=3000&limit=1
while i get valid response using next offset (3001)
https://deep-index.moralis.io/api/v2/nft/0x4e1f41613c9084fdb9e34e11fae9412427480e56/owners?chain=eth&format=decimal&offset=3001&limit=1
Can you please look into this this? Also, better error messaging would be nice as this error is not related to rate limiting at all. Thanks!