DerivativesImp..::..GetDerivativesAsync Method

List all derivative tickers.

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

Syntax


public Task<IEnumerable<DerivativesTickerItem>> GetDerivativesAsync(
	bool include_all
)
Public Function GetDerivativesAsync ( _
	include_all As Boolean _
) As Task(Of IEnumerable(Of DerivativesTickerItem))

Parameters

include_all
Type: Boolean
Set to true to include all, otherwise only unexpired.

Return Value

A Task<IEnumerable<DerivativesTickerItem>> representing the asynchronous operation.