Skip to main content
Returns the list of token categories: curated groupings such as DeFi, L1s, stablecoins, AI, and memes. Use the status argument to scope the list; only ACTIVE categories are returned by default. Use this query to populate category pickers and navigation, then fetch a single category with category or list its tokens with categoryTokens. To filter or exclude categories directly on token discovery queries, use the categories filter (TokenCategoryFilter) on filterTokens.

Returns

Category
[Category!]!
See Category

Arguments

type
CategoryType
Filter by category kind. See CategoryType
status
CategoryStatus
Filter by lifecycle status. Defaults to ACTIVE. See CategoryStatus

Example

Test this query in the Explorer →

Usage Guidelines

  • This is a lightweight call. Fetch once and cache client-side; category membership changes slowly.
  • shortName is optional and does not fall back to name. Use it for compact surfaces (pills, badges) and fall back to name yourself when it is null.