Estimate ethereum transaction fees
POST {{baseUrl}}/v3/ethereum/gas
2 credits per API call.
Estimate gasLimit and gasPrice of the Ethereum transaction. Gas price is obtained from https://ethgasstation.info/ and https://www.etherchain.org/tools/gasPriceOracle, the fast one by default.
Request Body
{"to"=>"0x687422eEA2cB73B5d3e242bA5456b782919AFc85", "amount"=>"100000", "from"=>"enimad ea deseruntvoluptate nulla tempor iruredeserunt eiusmoddolo", "data"=>"0x5596"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"gasLimit":"40000","gasPrice":"20"}