IndexesImp..::..GetIndexesListAsync Method

List market indexes id and name.

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

Syntax


public Task<IEnumerable<IndexListItem>> GetIndexesListAsync()
Public Function GetIndexesListAsync As Task(Of IEnumerable(Of IndexListItem))

Return Value

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