stop_eth_fee_estimator
The stop_eth_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.
parameter | Type | Description |
---|---|---|
coin | string | Ticker of the coin/asset for which we want to start the gas fee estimator. |
POST
stop_eth_fee_estimator{
"userpass": "RPC_UserP@SSW0RD",
"method": "stop_eth_fee_estimator",
"mmrpc": "2.0",
"params": {
"coin": "ETH"
}
}
{
"mmrpc": "2.0",
"result": {
"result": "Success"
},
"id": null
}