Returns: NftSearchResponse

Arguments

limit
Int

The maximum number of NFTs to return.

networkFilter
[Int!]

The list of network IDs to filter by.

window
String

The time frame to use for calculating stats. Can be 1h, 4h, 12h, or 1d (default).

The query string to search for. Can match an NFT collection contract address or partially match a collection’s name or symbol.

include
[NftSearchable!]

The level of NFTs to include in the search. Can be Asset or Collection.

filterWashTrading
Boolean

Whether to filter collections that could be linked to wash trading

Schema

"""Returns a list of NFT collections matching a given query string."""
searchNfts(limit: Int, networkFilter: [Int!], window: String, search: String, include: [NftSearchable!], filterWashTrading: Boolean): NftSearchResponse