Etherscan
Home
Twitter
Knowledge Base
API PRO
Search…
Kovan Etherscan
Kovan Testnet
🎯
API Endpoints
Accounts
Contracts
Transactions
Blocks
Logs
Geth/Parity Proxy
Tokens
Stats
Visit Kovan Etherscan
Powered By
GitBook
Stats
Get Total Supply of Ether
Returns the current amount of Ether in circulation.
1
https://api-kovan.etherscan.io/api
2
?module=stats
3
&action=ethsupply
4
&apikey=YourApiKeyToken
Copied!
Try this endpoint in your
browser
🔗
Request
Response
No parameters required.
Sample Response
1
{
2
"status":"1",
3
"message":"OK",
4
"result":"211152611124000000000000000"
5
}
Copied!
📖
Tip :
Easily convert Ethereum units using our
unit converter.
Get Ether Last Price
Returns the latest price of 1 ETH.
1
https://api-kovan.etherscan.io/api
2
?module=stats
3
&action=ethprice
4
&apikey=YourApiKeyToken
Copied!
Try this endpoint in your
browser
🔗
Request
Response
No parameters required.
Sample Response
1
{
2
"status":"1",
3
"message":"OK",
4
"result":{
5
"ethbtc":"0.06102",
6
"ethbtc_timestamp":"1634650075",
7
"ethusd":"3810.13",
8
"ethusd_timestamp":"1634650076"
9
}
10
}
Copied!
⏳
Tip :
The
timestamps
are represented in
Unix timestamp.
API Endpoints - Previous
Tokens
Last modified
8mo ago
Copy link
Contents
Get Total Supply of Ether
Get Ether Last Price