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":"24121529","SafeGasPrice":"0.146121677","ProposeGasPrice":"0.146121679","FastGasPrice":"0.160733848","suggestBaseFee":"0.146121677","gasUsedRatio":"0.999705716666667,0.591905516666667,0.448344016666667,0.444390683333333,0.832596683333333"}}

Parsed JSON:
Array
(
    [status] => 1
    [message] => OK
    [result] => Array
        (
            [LastBlock] => 24121529
            [SafeGasPrice] => 0.146121677
            [ProposeGasPrice] => 0.146121679
            [FastGasPrice] => 0.160733848
            [suggestBaseFee] => 0.146121677
            [gasUsedRatio] => 0.999705716666667,0.591905516666667,0.448344016666667,0.444390683333333,0.832596683333333
        )

)

✅ API V2 IS WORKING!

Safe Gas Price: 0.146121677 Gwei
Propose Gas Price: 0.146121679 Gwei
Fast Gas Price: 0.160733848 Gwei