GET api/eth-price
Summary: ETH Price
Operation ID: getEthPrice
Auth: api_key
Operation ID: getEthPrice
Auth: api_key
Description
Get current ETH price in BTC and USD with last updated timestamps.
Parameters (4)
action
(string, query, required)
Constraints: {'enum': ['ethprice']}
apikey
(string, query, required)
Your Etherscan API key (obtain free key at https://etherscan.io/apis)
chainid
(string, query, required)
Chain ID (1=Ethereum Mainnet, 11155111=Sepolia, 8453=Base, 137=Polygon, 56=BSC, 42161=Arbitrum)
module
(string, query, required)
Constraints: {'enum': ['stats']}
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Get ETH price on Ethereum Mainnet | curl |
https://api.etherscan.io/api?module=stats&action=ethprice&chainid=1 |
|
| Get ETH price on Sepolia testnet | curl |
https://api.etherscan.io/api?module=stats&action=ethprice&chainid=11155111 |
|
| Get ETH price on Base L2 | curl |
https://api.etherscan.io/api?module=stats&action=ethprice&chainid=8453 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:21:13.970431 | 200 | 562ms | |
| 2026-03-23 09:41:43.974622 | 200 | 582ms | |
| 2026-03-23 09:13:41.533169 | 200 | 559ms |