Skip to main content

eb

Returns the total amount of coins held on exchange addresses in units and percentage.

Source Code: [link]

openbb.crypto.dd.eb(symbol: str, exchange: str = "aggregated", start_date: Optional[str] = None, end_date: Optional[str] = None)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrAsset to search active addresses (e.g., BTC)NoneFalse
exchangestrExchange to check net position change (possible values are: aggregated, binance, bittrex,
coinex, gate.io, gemini, huobi, kucoin, poloniex, bibox, bigone, bitfinex, hitbtc, kraken,
okex, bithumb, zb.com, cobinhood, bitmex, bitstamp, coinbase, coincheck, luno), by default "aggregated"
aggregatedTrue
start_dateOptional[str]Initial date (format YYYY-MM-DD) by default 2 years agoNoneTrue
end_dateOptional[str]Final date (format YYYY-MM-DD) by default 1 year agoNoneTrue

Returns

TypeDescription
pd.DataFrametotal amount of coins in units/percentage and symbol price over time

Examples

from openbb_terminal.sdk import openbb
df = openbb.crypto.dd.eb(symbol="BTC")