eth_gasPrice - Ethereum
Shows how much each gas currently costs in wei
Last updated
Shows how much each gas currently costs in wei
No parameters
QUANTITY - an actual gas price presented in wei as an integer.
Here is a typical appliance example.
curl https://eth-mainnet.rpcfast.com/?api_key=<key> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_gasPrice","params":[],"id":0}'{
"jsonrpc": "2.0",
"id": 0,
"result": "0x12a05f200"
}Last updated