This query is deprecated. This query is no longer supported and will not return up to date data. Use filterTokens instead.

Returns: TokenSearchResponse

Arguments

limit
Int

The maximum number of tokens to return.

lowVolumeFilter
Boolean

Whether to filter out low volume results from the response. Low volume is less than $500 USD. This setting has no effect when only low volume results are found. Default is true.

networkFilter
[Int!]

The list of network IDs to filter by.

resolution
String

The time frame to use for token metadata. Can be 60, 240, 720, or 1D.

The query string to search for. Can match a token or pair contract address or partially match a token’s name or symbol. Automatically filters out tokens marked as scams.

Schema

"""Returns a list of tokens matching a given query string."""
searchTokens(limit: Int, lowVolumeFilter: Boolean, networkFilter: [Int!], resolution: String, search: String!): TokenSearchResponse @deprecated(reason: "This query is no longer supported and will not return up to date data. Use `filterTokens` instead.")