Etherscan API V2 Connection Test
Testing URL:
https://api.etherscan.io/v2/api?module=gastracker&action=gasoracle&apikey=ZR2CAV375V5R3GCHWYVNZNBZZGTNZ5KH78&chainid=1
Testing cURL connection...
HTTP Response Code: 200
cURL Success!
API Response:
{"status":"1","message":"OK","result":{"LastBlock":"24558813","SafeGasPrice":"0.042524321","ProposeGasPrice":"0.042524844","FastGasPrice":"0.042649321","suggestBaseFee":"0.042524321","gasUsedRatio":"0.533440066666667,0.318939033333333,0.781783066666667,0.404514305036011,0.420730149693642"}}
Parsed JSON:
Array
(
[status] => 1
[message] => OK
[result] => Array
(
[LastBlock] => 24558813
[SafeGasPrice] => 0.042524321
[ProposeGasPrice] => 0.042524844
[FastGasPrice] => 0.042649321
[suggestBaseFee] => 0.042524321
[gasUsedRatio] => 0.533440066666667,0.318939033333333,0.781783066666667,0.404514305036011,0.420730149693642
)
)
✅ API V2 IS WORKING!
Safe Gas Price: 0.042524321 Gwei
Propose Gas Price: 0.042524844 Gwei
Fast Gas Price: 0.042649321 Gwei