CompaniesImp..::..GetCompaniesPublicTreasuryAsync Method
Get public companies bitcoin or ethereum holdings (Ordered by total holdings descending).
Namespace:
CoinGeckoAPI.ImpsOnly supports bitcoin and ethereum as currency. Default is bitcoin, set useETHCurrency for ethereum.
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.