EVM RPC API
eth_estimateGas
Returns an estimate of how much gas is necessary to allow the transaction to complete. The transaction will not be added to the blockchain.
Parameters
Object
- An object of type Call, seeeth_call
parameters, expect that all properties are optional
Returns
QUANTITY
- The estimated amount of gas needed for the call
POST
https://{network}.s.chainbase.online/v1
/
{api-key}
Path Parameters
Body
application/json