CompaniesImp..::..GetCompaniesPublicTreasuryAsync Method

Get public companies bitcoin or ethereum holdings (Ordered by total holdings descending).

Only supports bitcoin and ethereum as currency. Default is bitcoin, set useETHCurrency for ethereum.

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

Syntax


public Task<CompaniesPubTreasResponse> GetCompaniesPublicTreasuryAsync(
	bool useETHCurrency
)
Public Function GetCompaniesPublicTreasuryAsync ( _
	useETHCurrency As Boolean _
) As Task(Of CompaniesPubTreasResponse)

Parameters

useETHCurrency
Type: Boolean
Set to true to use ethereum currency.

Return Value

A Task<CompaniesPubTreasResponse> representing the asynchronous operation.