Hi !
I use Moralis on my nodejs app to get all NFTs from a wallet using getWalletNFTs() and it works fine for that. Now I want to filter those NFTs based on the contract address but everything is present in the response (with the owner even if we used this to get those results) except the contract address.
The name or symbol properties can’t be used as they’re not unique. Is there a way to get the contract address without making additional request to Moralis API?
Thank you.