Skip to main content

th

Get info about token historical transactions. [Source: Ethplorer]

Source Code: [link]

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

Parameters

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

Returns

TypeDescription
pd.DataFrameDataFrame with token historical transactions.