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":"25870950","SafeGasPrice":"0.031780393","ProposeGasPrice":"0.034958432","FastGasPrice":"0.081780394","suggestBaseFee":"0.031780393","gasUsedRatio":"0.28473285,0.330805916666667,0.530745333333333,0.70397865,0.6519291"}}

Parsed JSON:
Array
(
    [status] => 1
    [message] => OK
    [result] => Array
        (
            [LastBlock] => 25870950
            [SafeGasPrice] => 0.031780393
            [ProposeGasPrice] => 0.034958432
            [FastGasPrice] => 0.081780394
            [suggestBaseFee] => 0.031780393
            [gasUsedRatio] => 0.28473285,0.330805916666667,0.530745333333333,0.70397865,0.6519291
        )

)

✅ API V2 IS WORKING!

Safe Gas Price: 0.031780393 Gwei
Propose Gas Price: 0.034958432 Gwei
Fast Gas Price: 0.081780394 Gwei