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
See CategoryTokenConnection

Arguments

String!
required
The category slug.
TokenFilters
A set of additional filters to apply. See TokenFilters
[TokenRanking]
A list of ranking attributes to apply. See TokenRanking
Int
The maximum number of tokens to return.
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.
  • Response limit: 200 tokens per request.