Hi, Iām fetching NFT owners from the API but canāt seem to change from āpage 0ā. There are 10K NFTs and I only get 500. How can I iterate through the pages? Or how can I get all 10K NFTs?
My URL
https://deep-index.moralis.io/api/v2/nft/0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d/owners
Response:
{ātotalā: 10000,
āpageā: 0,
āpage_sizeā: 500,
āresultā: [ list with 500 NFTs ā¦