Derivatives
- class Derivatives(http: IHttp)
- by_id(*, exchange_id: str, include_tickers: str | None = None) dict
Query the derivatives exchange’s related data (id, name, open interest, …. etc) based on the exchanges’ id.
- Parameters:
exchange_id – The exchange id
include_tickers – Include tickers data
- exchanges_list_with_data(*, order: str = 'open_interest_btc_desc', per_page: int = 100, page: int = 1) list
Query all the derivatives exchanges with related data (id, name, open interest, …. etc) on CoinGecko.
- Parameters:
order – Sort results by field, default: open_interest_btc_desc
per_page – Total results per page, default: 100
page – Page through results, default: 1
- list_id_map() list
Query all the derivatives exchanges with id and name on CoinGecko.
- ticker_list() list
Query all the tickers from derivatives exchanges on CoinGecko.