On this page

start_gas_fee_estimator

The start_gas_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 add the "gas_fee_estimator" parameter in the configurations of the coin you want to run the estimator for in your coins file (the possible values for the parameter are "provider" or "simple").

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

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