Overview
Query tokens across all supported networks with powerful filtering, sorting, and pagination. Ideal for building token screeners, trending lists, and discovery feeds.- Filter by volume, price change, liquidity, market cap, holder metrics, and more
- Sort by any filterable attribute plus trending scores
- Paginate with
limit/offset - Optionally resolve full token metadata and pair data
Returns
TokenFilterConnection!
See TokenFilterConnection and TokenFilterResult for full type details.
Arguments
TokenFilters
Filter conditions for token statistics. Each numeric field accepts a NumberFilter with
gt, gte, lt, lte operators. See TokenFilters for all available fields.TokenPairStatisticsType
Statistics type. See TokenPairStatisticsType.
String
Search phrase to match against token name or symbol.
[String]
Array of specific token selectors in
"address:networkId" format.[String]
Array of token addresses to exclude from results.
[TokenRanking]
Sorting criteria. See TokenRanking and TokenRankingAttribute for all sortable fields.
Int
Maximum number of results to return (default: 25, max: 200).
Int
Pagination offset (default: 0).