It seems like a single contract address can be filtered to get NFTs of certain wallet.
query Nfts($request: NFTsRequest!) {
nfts(request: {
ownerAddress: "0x54be3a794282c030b15e43ae2bb182e14c409c5e",
contractAddress: "0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D",
limit: 10,
chainIds: [1]
})
Can we have array of contract address to filter more NFTs? Or is there any other way to filter selected contract addresses?
It seems like a single contract address can be filtered to get NFTs of certain wallet.
Can we have array of contract address to filter more NFTs? Or is there any other way to filter selected contract addresses?