Tokens
filterTokens
Returns a list of tokens based on a variety of filters.
Returns: TokenFilterConnection
Arguments
A set of filters to apply.
The type of statistics returned. Can be FILTERED
or UNFILTERED
A phrase to search for. Can match a token contract address or partially match a token’s name or symbol.
A list of token IDs (address:networkId
) or addresses. Can be left blank to discover new tokens.
A list of token IDs (address:networkId
) to exclude from results
A list of ranking attributes to apply.
The maximum number of tokens to return.
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.