Skip to main content

ldapps

Returns information about listed DeFi protocols, their current TVL and changes to it in the last hour/day/week.

Source Code: [link]

openbb.crypto.defi.ldapps(limit: int = 100, sortby: str = "", ascend: bool = False, description: bool = False, drop_chain: bool = True)

Parameters

NameTypeDescriptionDefaultOptional
limitintThe number of dApps to display100True
sortbystrKey by which to sort dataTrue
ascendboolFlag to sort data descendingFalseTrue
descriptionboolFlag to display description of protocolFalseTrue
drop_chainboolWhether to drop the chain columnTrueTrue

Returns

TypeDescription
pd.DataFrameInformation about DeFi protocols