Package io.api.etherscan.core
Interface IStatisticApi
- All Known Implementing Classes:
StatisticApiProvider
public interface IStatisticApi
EtherScan - API Descriptions https://etherscan.io/apis#stats
- Since:
- 30.10.2018
-
Method Summary
-
Method Details
-
supply
ERC20 token total Supply- Parameters:
contract- contract address- Returns:
- token supply for specified contract
- Throws:
ApiException- parent exception class
-
supply
Eth total supply- Returns:
- total ETH supply for moment
- Throws:
ApiException- parent exception class
-
lastPrice
Eth last USD and BTC price- Returns:
- last usd/btc price for ETH
- Throws:
ApiException- parent exception class
-