Skip to main content

hist

Get information about balance historical transactions. [Source: Ethplorer]

Source Code: [link]

openbb.crypto.onchain.hist(address: str, sortby: str = "timestamp", ascend: bool = True)

Parameters

NameTypeDescriptionDefaultOptional
addressstrBlockchain balance e.g. 0x3cD751E6b0078Be393132286c442345e5DC49699NoneFalse
sortbystrKey to sort by.timestampTrue
ascendstrSort in ascending order.TrueTrue

Returns

TypeDescription
pd.DataFrameDataFrame with balance historical transactions (last 100)