IndexesImp..::..GetIndexesAsync Method

List all market indexes.

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

Syntax


public Task<IEnumerable<IndexItem>> GetIndexesAsync(
	uint per_page,
	uint page
)
Public Function GetIndexesAsync ( _
	per_page As UInteger, _
	page As UInteger _
) As Task(Of IEnumerable(Of IndexItem))

Parameters

per_page
Type: UInt32
Total results per page.
page
Type: UInt32
Page through results.

Return Value

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