On this page

start_eth_fee_estimator

The start_eth_fee_estimator method allows you to to start the gas priority fee estimator loop for an active coin of your choice. Before using this method, you first need to use the enable_eth_with_tokens method. For the gas fee estimator to work you also need to configure your MM2.json and coins files with some extra parameters.

parameterTypeDescription
coinstringTicker of the coin/asset for which we want to start the gas fee estimator.
POST
start_eth_fee_estimator
{
  "userpass": "RPC_UserP@SSW0RD",
  "method": "start_eth_fee_estimator",
  "mmrpc": "2.0",
  "params": {
    "coin": "ETH"
  }
}

{
  "mmrpc": "2.0",
  "result": {
    "result": "Success"
  },
  "id": null
}