SimpleImp..::..GetSupportedVSCurrenciesAsync Method

Get list of supported_vs_currencies.

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

Syntax


public Task<IEnumerable<string>> GetSupportedVSCurrenciesAsync()
Public Function GetSupportedVSCurrenciesAsync As Task(Of IEnumerable(Of String))

Return Value

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