CoinsImp..::..GetCoinsListAsync Method

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

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

Syntax


public Task<IEnumerable<CoinsListItem>> GetCoinsListAsync(
	bool include_platform
)
Public Function GetCoinsListAsync ( _
	include_platform As Boolean _
) As Task(Of IEnumerable(Of CoinsListItem))

Parameters

include_platform
Type: Boolean
Set to true to include platform contract addresses (eg. 0x.... for Ethereum based tokens) in the response.

Return Value

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