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":"25307799","SafeGasPrice":"0.111850305","ProposeGasPrice":"0.112650305","FastGasPrice":"0.123915335","suggestBaseFee":"0.111850305","gasUsedRatio":"0.499241166666667,0.415780666666667,0.468156670594057,0.363653145470488,0.43609355"}}

Parsed JSON:
Array
(
    [status] => 1
    [message] => OK
    [result] => Array
        (
            [LastBlock] => 25307799
            [SafeGasPrice] => 0.111850305
            [ProposeGasPrice] => 0.112650305
            [FastGasPrice] => 0.123915335
            [suggestBaseFee] => 0.111850305
            [gasUsedRatio] => 0.499241166666667,0.415780666666667,0.468156670594057,0.363653145470488,0.43609355
        )

)

✅ API V2 IS WORKING!

Safe Gas Price: 0.111850305 Gwei
Propose Gas Price: 0.112650305 Gwei
Fast Gas Price: 0.123915335 Gwei