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
See TokenFilterConnection and TokenFilterResult for full type details.
Arguments
Filter conditions for token statistics. Each numeric field accepts a NumberFilter with
gt, gte, lt, lte operators. See TokenFilters for all available fields.Statistics type. See TokenPairStatisticsType.
Search phrase to match against token name or symbol.
Array of specific token selectors in
"address:networkId" format.Array of token addresses to exclude from results.
Sorting criteria. See TokenRanking and TokenRankingAttribute for all sortable fields.
Maximum number of results to return (default: 25, max: 200).
Pagination offset (default: 0).