get https://api.pulsar.finance/v1/thirdparty/protocols
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 setsort_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.
Log in to see full request history
Responses