API seems to fail with 504 Gateway timeout after a given offset.
For example, this works fine:
https://deep-index.moralis.io/api/v2/nft/0xf07468ead8cf26c752c676e43c814fee9c8cf402/owners?chain=eth&order=token_id.ASC&offset=6000
But this fails:
https://deep-index.moralis.io/api/v2/nft/0xf07468ead8cf26c752c676e43c814fee9c8cf402/owners?chain=eth&order=token_id.ASC&offset=6500
This specific NFT project has 10k tokens so I should be able to continue fetching results until hitting 10000.