Hey
I added changes to my options:
const options = {
chainId,
address,
disable_total: false,
};
let NFTs = await Moralis.EvmApi.nft.getContractNFTs(options);
my params:
{
"chain": "0x1",
"address": "0x17712C2692e4eF77Db387Ad0cdA81Bcb78148dbb",
"disable_total": false
}
However, Iβm getting a total as NULL. Should I wait for a specific period of time to get it working? Can you assist me with this issue?