DerivativesImp..::..GetDerivativesExchangeAsync Method

Get derivative exchange data.

Namespace:  CoinGeckoAPI.Imps
Assembly:  CoinGeckoAPI (in CoinGeckoAPI.dll)

Syntax


public Task<DerivativesExchangeDetailItem> GetDerivativesExchangeAsync(
	string id,
	bool include_all_tickers
)
Public Function GetDerivativesExchangeAsync ( _
	id As String, _
	include_all_tickers As Boolean _
) As Task(Of DerivativesExchangeDetailItem)

Parameters

id
Type: String
The derivatives exchange id (can be obtained from GetDerivativesExchangesListAsync()()()()).
include_all_tickers
Type: Boolean
Set to true to include all, otherwise only unexpired.

Return Value

A Task<DerivativesExchangeDetailItem> representing the asynchronous operation.

Exceptions


ExceptionCondition
ArgumentNullExceptionid - Invalid value. Value must be a valid derivatives exchange (EX: zbg_futures)