Last updated 1 year ago
Returns the current amount of Ether in circulation.
https://api-sepolia.blastscan.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-sepolia.blastscan.io/api ?module=stats &action=ethprice &apikey=YourApiKeyToken
{ "status": "1", "message": "OK", "result": { "ethbtc": "0.06271", "ethbtc_timestamp": "1691662102", "ethusd": "1850.2", "ethusd_timestamp": "1691662094" } }
Tip : The timestamps are represented in Unix timestamp.
timestamps