On this page

stop_gas_fee_estimator

The stop_gas_fee_estimator method allows you to to stop 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.

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

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