List Tokens

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.
  • count (int, optional): The number of items to return. (Max:)

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.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
chains
array of objects
Defaults to
Chains
integer
Defaults to 0
enum
boolean
Defaults to false
boolean
Defaults to false
integer
Defaults to 0
integer
Defaults to 10
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json