Komodo DeFi Framework Method: task::create_new_account::status
API-v2task::create_new_account::status
Use the task::create_new_account::status method to query the status of a HD account creation task.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| task_id | integer | ✓ | - | The identifying number returned when initiating the task. |
| forget_if_finished | boolean | ✗ | true | If false, will return final response for completed tasks. |
| Parameter | Type | Required | Description |
|---|---|---|---|
| status | string | ✓ | Status of the task. Ok, InProgress or Error. |
| details | string or object | ✓ | If in progress, either Preparing or RequestingAccountBalance. Once complete, a standard WalletAccountInfo object. |
Create New Account Status
POST
task::create_new_account::status{
"userpass": "RPC_UserP@SSW0RD",
"mmrpc": "2.0",
"method": "task::create_new_account::status",
"params": {
"task_id": 1
}
}