Skip to content

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

@whoisanku

Description

@whoisanku

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions