Skip to content
New issue

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

[Feature Request]: Filtering 'Get NFTs of a collection a wallet address owns' #120

Open
whoisanku opened this issue Jan 13, 2023 · 0 comments

Comments

@whoisanku
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant