DerivativesImp..::..GetDerivativesAsync Method
List all derivative tickers.
Namespace:
CoinGeckoAPI.ImpsAssembly: 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.