Ethereum API
eth_estimateGas
Estimates the amount of gas needed to execute a call
post/eth_estimateGas
Request body
Response
Returns the estimated gas amount
Example response
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x5cec"
}Estimates the amount of gas needed to execute a call
Returns the estimated gas amount
{
"jsonrpc": "2.0",
"id": 1,
"result": "0x5cec"
}