getNFTsForContract Offset Not Working

yes, it seems to be a different problem with ERC20 transfers where cursor is not present now

the offset problem for ERC20 token transfers is fixed now, just adding this information here

Hi glad.
How did you implement pagination when thee are more than 500 NFTs.
Could you tell me about your experience in implementing pagination?

Hello, the code snippet I posted above is an example of looping past 500 results.

Otherwise you can manually iterate using cursor with pagination e.g. with buttons.

Hi @alex
Thank you so much for your information.