ExchangesImp..::..GetExchangesListAsync Method
Use this to obtain all the markets' id in order to make API calls.
Namespace:
CoinGeckoAPI.ImpsAssembly: CoinGeckoAPI (in CoinGeckoAPI.dll)
Syntax
public Task<IEnumerable<IdNameListItem>> GetExchangesListAsync()
Public Function GetExchangesListAsync As Task(Of IEnumerable(Of IdNameListItem))