get https://api.pulsar.finance/v1/thirdparty/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.