curl https://mainnet.polygon.validationcloud.io/v1/<YOUR_API_KEY_HERE> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_gasPrice","params":[],"id":73}'
Returns the current price per gas in wei.
This method will use 20
Compute Units.
None
String
- hex string value representing an integer of the current price per gas in WEI.