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)
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
forget_if_finished | boolean | ✗ | true | If false, will return final response for completed tasks. |
task_id | integer | ✓ | - | 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
}
}
Parameter | Type | Description |
---|---|---|
current_block | integer | Block height of the coin being activated |
ticker | string | Ticker of the coin being activated. |
wallet_balance | object | A standard WalletBalanceInfo object. Note: the structure may vary based on the get_balances parameter value in the activation request. |