Skip to main content

change

Returns 30d change of the supply held in exchange wallets of a certain symbol.

Source Code: [link]

openbb.crypto.dd.change(symbol: str, exchange: str = "binance", start_date: str = "2010-01-01", end_date: Optional[str] = None)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrAsset symbol to search supply (e.g., BTC)NoneFalse
exchangestrExchange to check net position change (e.g., binance)binanceTrue
start_dateOptional[str]Initial date, format YYYY-MM-DD2010-01-01True
end_dateOptional[str]Final date, format YYYY-MM-DDNoneTrue

Returns

TypeDescription
pd.DataFramesupply change in exchange wallets of a certain symbol over time