Skip to main content
Returns the tokens in a category, with the same filters and rankings as filterTokens. Results are TokenFilterResult objects, so a category page can reuse the exact rendering you already have for token screener rows. This is a convenience wrapper for scoping token discovery to one category. If you need to combine multiple categories (anyOf, allOf, noneOf) or mix category constraints with other boolean logic, use filterTokens with the categories filter (TokenCategoryFilter) instead.

Returns

CategoryTokenConnection
CategoryTokenConnection
See CategoryTokenConnection

Arguments

slug
String!
required
The category slug.
filters
TokenFilters
A set of additional filters to apply. See TokenFilters
rankings
[TokenRanking]
A list of ranking attributes to apply. See TokenRanking
limit
Int
The maximum number of tokens to return.
offset
Int
Where in the list the server should start when returning items. Use count+page from the previous query to request the next page of results.

Example

Test this query in the Explorer →

Usage Guidelines

  • Apply quality filters such as liquidity and volume minimums to avoid low quality tokens, just as you would with filterTokens.
  • Use count and page from the previous response to request the next page of results.