Skip to main content

ex

Get all exchanges for given coin id. [Source: CoinPaprika]

Source Code: [link]

openbb.crypto.dd.ex(symbol: str = "BTC", sortby: str = "adjusted_volume_24h_share", ascend: bool = True)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrCryptocurrency symbol (e.g. BTC)BTCTrue
sortbystrKey by which to sort data. Every column name is valid (see for possible values:
https://api.coinpaprika.com/v1).
adjusted_volume_24h_shareTrue
ascendboolFlag to sort data ascendingTrueTrue

Returns

TypeDescription
pd.DataFrameAll exchanges for given coin
Columns: id, name, adjusted_volume_24h_share, fiats