i have a premium account, an i using this method for retrieve the nfts of a specific contract but with some users returns this error:
Returned error: call returned result of length 142560 exceeding limit 100000
at ErrorResponse (node_modules/web3-core-helpers/lib/errors.js:28)
at <anonymous> (node_modules/web3-core-requestmanager/lib/index.js:302)
at <anonymous> (node_modules/@alch/alchemy-web3/dist/cjs/util/promises.js:28)
at runMicrotasks ()
at processTicksAndRejections (node:internal/process/task_queues:96)
I dont know if this is because the response exceeds the maximum size.
this is an example of the code i use:
let runners: MoralisResponse = await Moralis.Web3API.account.getNFTsForContract({
chain: this.network,
address: address_resolved,
token_address: this.mintConfig.contract_wallet,
})