DerivativesImp..::..GetDerivativesExchangeAsync Method
Get derivative exchange data.
Namespace:
CoinGeckoAPI.ImpsAssembly: 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
Exception | Condition |
---|---|
ArgumentNullException | id - Invalid value. Value must be a valid derivatives exchange (EX: zbg_futures) |