Package io.api.etherscan.core.impl
Class StatisticApiProvider
java.lang.Object
io.api.etherscan.core.impl.StatisticApiProvider
- All Implemented Interfaces:
IStatisticApi
Statistic API Implementation
- Since:
- 28.10.2018
- See Also:
-
Method Summary
-
Method Details
-
supply
Description copied from interface:IStatisticApiEth total supply- Specified by:
supplyin interfaceIStatisticApi- Returns:
- total ETH supply for moment
- Throws:
ApiException- parent exception class
-
supply
Description copied from interface:IStatisticApiERC20 token total Supply- Specified by:
supplyin interfaceIStatisticApi- Parameters:
contract- contract address- Returns:
- token supply for specified contract
- Throws:
ApiException- parent exception class
-
lastPrice
Description copied from interface:IStatisticApiEth last USD and BTC price- Specified by:
lastPricein interfaceIStatisticApi- Returns:
- last usd/btc price for ETH
- Throws:
ApiException- parent exception class
-