public interface ICryptoCurrency
Public Interface ICryptoCurrency
Dim instance As ICryptoCurrency
public interface class ICryptoCurrency
type ICryptoCurrency = interface end
No code example is currently available or this language may not be supported.
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. |
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. |