CoinsCategoriesImp..::..GetCoinCategoriesAsync Method

List all categories with market data.

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

Syntax


public Task<IEnumerable<CoinCategoriesItem>> GetCoinCategoriesAsync(
	CoinCategoriesOrderBy order
)
Public Function GetCoinCategoriesAsync ( _
	order As CoinCategoriesOrderBy _
) As Task(Of IEnumerable(Of CoinCategoriesItem))

Parameters

order
Type: CoinGeckoAPI.Types..::..CoinCategoriesOrderBy
How the response is ordered (sorting).

Return Value

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