Skip to main content

coins

Get N coins from CoinGecko [Source: CoinGecko]

Source Code: [link]

openbb.crypto.disc.coins(limit: int = 250, category: str = "", sortby: str = "Symbol", ascend: bool = False)

Parameters

NameTypeDescriptionDefaultOptional
limitintNumber of top coins to grab from CoinGecko250True
categorystrCategory of the coins we want to retrieveTrue
sortbystrKey to sort dataSymbolTrue
ascendboolSort data in ascending orderFalseTrue

Returns

TypeDescription
pd.DataFrameN coins