ICryptoCurrency Interface

Represents a cryptocurrency.

Definition

Namespace: DevCase.Core.Finances.CryptoCurrencies
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public interface ICryptoCurrency

Properties

ApiKey Gets or sets the API key for GetPrice(FiatCurrencies) and GetPriceAsync(FiatCurrencies) functions.
Name Gets the canonical name of this ICryptoCurrency.
SymbolOrId Gets the symbol (or API Id) of this ICryptoCurrency.

Methods

GetPrice(FiatCurrencies) Gets the price equivalency for 1 amount of this ICryptoCurrency converted to the specified currency.
GetPrice(Double, FiatCurrencies) Gets the price equivalency for the specified amount of this ICryptoCurrency converted to the specified currency.
GetPriceAsync(FiatCurrencies) Asunchronously gets the price equivalency for 1 amount of this ICryptoCurrency converted to the specified currency.
GetPriceAsync(Double, FiatCurrencies) Asynchronously gets the price equivalency for the specified amount of this ICryptoCurrency converted to the specified currency.

See Also