We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: