Skip to main content

cbpairs

Get a list of available currency pairs for trading. [Source: Coinbase]

Source Code: [link]

openbb.crypto.ov.cbpairs(limit: int = 50, sortby: str = "quote_increment", ascend: bool = True)

Parameters

NameTypeDescriptionDefaultOptional
limitintTop n of pairs50True
sortbystrKey to sortby dataquote_incrementTrue
ascendboolSort descending flagTrueTrue

Returns

TypeDescription
pd.DataFrameAvailable trading pairs on Coinbase