Skip to main content

tokens

Search and filter ERC-20 tokens with pagination.

Schema Definition

tokens(
first: Int = 10
after: Cursor
where: TokenFilter
orderBy: TokenOrderBy
orderDirection: OrderDirection
): TokenList!

Arguments

ArgumentTypeDescription
first
Int scalar
Maximum number of results to return (default: 10, max: 100).
after
Cursor scalar
Cursor for pagination. Pass the endCursor from a previous query to get the next page.
whereFilter criteria for tokens.
orderByField to sort results by.
orderDirectionSort direction (ascending or descending).

Return Type

TypeDescription
TokenList! object
Paginated list of ERC-20 tokens.