Etherscan
Home
Twitter
Knowledge Base
API PRO
Search…
Goerli Etherscan
Goerli Testnet
🎯
API Endpoints
Accounts
Contracts
Transactions
Blocks
Logs
Geth/Parity Proxy
Tokens
Stats
Visit Goerli Etherscan
Powered By
GitBook
Stats
Get Total Supply of Ether
Returns the current amount of Ether in circulation.
https://api-goerli.etherscan.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":"100987940499000000000000000"
}
📖
Tip :
Easily convert Ethereum units using our
unit converter.
Get Ether Last Price
Returns the latest price of 1 ETH.
https://api-goerli.etherscan.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.07311",
"ethbtc_timestamp":"1636108470",
"ethusd":"4507.38",
"ethusd_timestamp":"1636108466"
}
}
⏳
Tip :
The
timestamps
are represented in
Unix timestamp.
API Endpoints - Previous
Tokens
Last modified
9mo ago
Copy link
Outline
Get Total Supply of Ether
Get Ether Last Price