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":"24885127","SafeGasPrice":"0.085938152","ProposeGasPrice":"0.086088152","FastGasPrice":"0.094696967","suggestBaseFee":"0.085788152","gasUsedRatio":"0.183864283333333,0.697840983333333,0.476575816666667,0.282265516666667,0.263631116666667"}}

Parsed JSON:
Array
(
    [status] => 1
    [message] => OK
    [result] => Array
        (
            [LastBlock] => 24885127
            [SafeGasPrice] => 0.085938152
            [ProposeGasPrice] => 0.086088152
            [FastGasPrice] => 0.094696967
            [suggestBaseFee] => 0.085788152
            [gasUsedRatio] => 0.183864283333333,0.697840983333333,0.476575816666667,0.282265516666667,0.263631116666667
        )

)

✅ API V2 IS WORKING!

Safe Gas Price: 0.085938152 Gwei
Propose Gas Price: 0.086088152 Gwei
Fast Gas Price: 0.094696967 Gwei