Last updated 1 year ago
Returns the current amount of Ether in circulation.
https://api-sepolia-era.zksync.network/api ?module=stats &action=ethsupply &apikey=YourApiKeyToken
Try this endpoint in your
No parameters required.
Sample Response
{ "status":"1", "message":"OK", "result":"73290530499000000000000000" }
Tip : Easily convert Ethereum units using our
Returns the latest price of 1 ETH.
https://api-sepolia-era.zksync.network/api ?module=stats &action=ethprice &apikey=YourApiKeyToken
{ "status": "1", "message": "OK-Missing/Invalid API Key, rate limit of 1/5sec applied", "result": { "ethbtc": "0.0531510209819007", "ethbtc_timestamp": "1706582872", "ethusd": "2323.7485324644", "ethusd_timestamp": "1706582866" } }
Tip : The timestamps are represented in
timestamps