Links
Comment on page

Stats

Get Total Supply of Ether

Returns the current amount of Ether in circulation.
https://api.arbiscan.io/api
?module=stats
&action=ethsupply
&apikey=YourApiKeyToken
Try this endpoint in your browser
🔗
Request
Response
No parameters required.
Sample Response
{
"status":"1",
"message":"OK",
"result":"182798385499000000000000000"
}
📖
Tip : Easily convert Ethereum units using our unit converter.

Get Ether Last Price

Returns the latest price of 1 ETH.
https://api.arbiscan.io/api
?module=stats
&action=ethprice
&apikey=YourApiKeyToken
Try this endpoint in your browser
🔗
Request
Response
No parameters required.
Sample Response
{
"status":"1",
"message":"OK",
"result":{
"ethbtc":"0.07781",
"ethbtc_timestamp":"1661938560",
"ethusd":"1572.75",
"ethusd_timestamp":"1661938560"
}
}
Tip : The timestamps are represented in Unix timestamp.