Retrieves the latest price of the native/gas token.
curl "https://api.etherscan.io/v2/api?chainid=1&module=stats&action=ethprice&apikey=YourApiKeyToken"
{ "status": "1", "message": "OK", "result": { "ethbtc": "0.0368322132423383", "ethbtc_timestamp": "1759139509", "ethusd": "4129.30651044757", "ethusd_timestamp": "1759139509" } }
1
8453
stats
ethprice