I’m trying get the NFTs of the user, and the below code worked:
var options = {
"chain": "0x38",
"address": "0x528f9aa69103d037cde9b39de64d5685e7086bde",
"token_address": "0x8d320c1b4ef3ace907910fa6a6999d9fd55c4f21",
}
var NFTs = await Moralis.Web3API.account.getNFTs(options);
But from yesterday, we’re unable to filter by token_address. getNFTs return all NFTs of that users. Please help check, @cryptokid.
Thank so much.