eth_estimateGas - Ethereum
Counts and presents the necessary gas amount for a successful transaction. This transaction will not appear on blockchain
Last updated
Counts and presents the necessary gas amount for a successful transaction. This transaction will not appear on blockchain
Last updated
curl https://eth-mainnet.rpcfast.com/?api_key=<key> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_estimateGas","params":[{see above}],"id":1}'{ "id":1, "jsonrpc": "2.0", "result": "0x5208" // 21000 }