TagsImp..::..GetTagsAsync Method

Get basic information about cryptocurrencies tags (categories).

Namespace:  CoinpaprikaApi.Imp
Assembly:  CoinpaprikaApi (in CoinpaprikaApi.dll)

Syntax


public Task<IEnumerable<TagItem>> GetTagsAsync(
	bool include_coins,
	bool include_icos
)
Public Function GetTagsAsync ( _
	include_coins As Boolean, _
	include_icos As Boolean _
) As Task(Of IEnumerable(Of TagItem))

Parameters

include_coins
Type: Boolean
If set to true coin list will be included.
include_icos
Type: Boolean
If set to true icos list will be included.

Return Value

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