public class StatisticApiProvider extends Object implements IStatisticApi
IStatisticApi| Modifier and Type | Method and Description |
|---|---|
Price |
lastPrice()
Eth last USD and BTC price
|
Supply |
supply()
Eth total supply
|
BigInteger |
supply(String contract)
ERC20 token total Supply
|
@NotNull public Supply supply() throws ApiException
IStatisticApisupply in interface IStatisticApiApiException - parent exception class@NotNull public BigInteger supply(String contract) throws ApiException
IStatisticApisupply in interface IStatisticApicontract - contract addressApiException - parent exception class@NotNull public Price lastPrice() throws ApiException
IStatisticApilastPrice in interface IStatisticApiApiException - parent exception classCopyright © 2019. All rights reserved.