Skip to main content

prices

Get token historical prices with volume and market cap, and average price. [Source: Ethplorer]

Source Code: [link]

openbb.crypto.onchain.prices(address: str, sortby: str = "date", ascend: bool = False)

Parameters

NameTypeDescriptionDefaultOptional
addressstrToken e.g. 0xf3db5fa2c66b7af3eb0c0b782510816cbe4813b8NoneFalse
sortbystrKey to sort by.dateTrue
ascendstrSort in descending order.FalseTrue

Returns

TypeDescription
pd.DataFrameDataFrame with token historical prices.