Last updated 12 months ago
Returns the current amount of Ether in circulation.
https://api-hekla.taikoscan.io/api ?module=stats &action=ethsupply &apikey=YourApiKeyToken
Try this endpoint in your browser
No parameters required.
Sample Response
{ "status":"1", "message":"OK", "result":"80628510499000000000000000" }
Tip : Easily convert Ethereum units using our unit converter.
Returns the latest price of 1 ETH.
https://api-hekla.taikoscan.io/api ?module=stats &action=ethprice &apikey=YourApiKeyToken
{ "status": "1", "message": "OK-Missing/Invalid API Key, rate limit of 1/5sec applied", "result": { "ethbtc": "0", "ethbtc_timestamp": "1667217269", "ethusd": "0", "ethusd_timestamp": "1667217267" } }
Tip : The timestamps are represented in Unix timestamp.
timestamps