Thanks a lot for your reply @johnversus !
Yes, have worked with the cursor in the past, but my issue is that the call of the hook does not reply the meta data like “page size”, “total”, “cursor” etc. - but only an array with the NFT data (without that “meta data”) is being returned. This is capped at 100 but need to get to more data.
This is how I do it now:
// const { data: balance } = useEvmWalletTokenBalances({ address: ‘0x…da’ });
// console.log(balance);
Is there any documentation for the @moralisweb3/react webhooks or do you have a code example ?!