Back to All

nft pagination

How can i paginate nfts on sdk ?
if i use this
alchemy.nft.getNftsForContract("0xxxxxxxxxx", {omitMetadata:false, startToken: '0',
limit: 20});

it still gets 100 Nfts
it works well with axios but with sdk it is not working.

ReadMe