Usage Costs:

This route costs 1 credit.

Retrieve a paginated list of tokens that match the given text filters and chain,
sorted by the specified criteria.

Parameters:

  • text (str, optional): A text filter to match against the token name or
    symbol.
  • chain (list[ChainKeys], optional): A list of chains to filter by.
  • minimum_liquidity (int, optiona): The minimum liquidity the filtered tokens should have.
  • sort_by (TokenSort, optional): The criteria to sort the tokens by.
  • offset (int, optional): The number of items to skip before starting to
    collect the result set.
  • limit (int, optional): The maximum number of items to return to the result
    set.

Returns:

  • A dictionary with a list of tokenS matching the given filters and sorted by
    the specified criteria and the total number of items matching the given filters.
Language
Credentials
Bearer
Click Try It! to start a request and see the response here!