Skip to main content

ueat

Get number of unique ethereum addresses which made a transaction in given time interval.

Source Code: [link]

openbb.crypto.onchain.ueat(interval: str = "day", limit: int = 90, sortby: str = "tradeAmount", ascend: bool = True)

Parameters

NameTypeDescriptionDefaultOptional
intervalstrTime interval in which count unique ethereum addresses which made transaction. day,
month or week.
dayTrue
limitintNumber of records for data query.90True
sortbystrKey by which to sort datatradeAmountTrue
ascendboolFlag to sort data ascendingTrueTrue

Returns

TypeDescription
pd.DataFrameUnique ethereum addresses which made a transaction