ExchangesImp..::..GetExchangesListAsync Method

Use this to obtain all the markets' id in order to make API calls.

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

Syntax


public Task<IEnumerable<IdNameListItem>> GetExchangesListAsync()
Public Function GetExchangesListAsync As Task(Of IEnumerable(Of IdNameListItem))

Return Value

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