On this page

latest contributor to this doc

Last Edit:

@smk762

Enable ETH Task: Status

API-v2task::enable_eth::status

After running the task::enable_eth::init method, you can query the status of activation to check its progress. The response will return the following:

  • Result of the task (success or error)
  • Progress status (what state the task is in)
  • Required user action (what user should do before the task can continue)

ParameterTypeRequiredDefaultDescription
forget_if_finishedbooleantrueIf false, will return final response for completed tasks.
task_idinteger-The identifying number returned when initiating the initialisation process.

ETH/EVM Activation Status

POST
task::enable_eth::status
{
  "userpass": "RPC_UserP@SSW0RD",
  "mmrpc": "2.0",
  "method": "task::enable_eth::status",
  "params": {
    "task_id": 1,
    "forget_if_finished": false
  }
}

ParameterTypeDescription
current_blockintegerBlock height of the coin being activated
tickerstringTicker of the coin being activated.
wallet_balanceobjectA standard WalletBalanceInfo object. Note: the structure may vary based on the get_balances parameter value in the activation request.