Usage Costs:

This route costs 1 credit.

Retrieve a paginated list of protocols that match the given filters and sorted by specified criteria.

Parameters:

  • name (str, optional): A name filter to match against the protocol name.
  • chain (list[ChainKeys], optional): A list of chains to filter by.
  • tvl (str, optional): The minimum TVL to return in the result set
  • sort_by (ProtocolSort, optional): The criteria to sort the protocols 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 in the result
    set.

Returns:

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