[SOLVED] getAllTokenIds fetches a max of 100NFTs

Is there a method to get an entire collection of nfts through moralis?

you will have to use pagination to get all the data, there is a cursor parameter or .next() in the sdk

Thank you will check it out!