Skip to main content

show_available_pairs_for_given_symbol

Return all available quoted assets for given symbol. [Source: Coinbase]

Source Code: [link]

openbb.crypto.dd.show_available_pairs_for_given_symbol(symbol: str = "ETH")

Parameters

NameTypeDescriptionDefaultOptional
symbolstrUppercase symbol of coin e.g BTC, ETH, UNI, LUNA, DOT ...ETHTrue

Returns

TypeDescription
Tuple[str, list]Symbol and list of available pairs