Get New Address Task Status
API-v2task::get_new_address::status
Use the task::get_new_address::status
method to check the status of a HD address 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 | Description |
---|---|---|
status | string | Status of the task. Ok , InProgress or Error . |
details | string or object | Once complete, a standard NewAddressesInfo object. |
task::get_new_address::status
POST
task::get_new_address::status{
"userpass": "RPC_UserP@SSW0RD",
"mmrpc": "2.0",
"method": "task::get_new_address::status",
"params": {
"task_id": 3
}
}
Parameter | Type | Description |
---|---|---|
NoSuchTask | string | The specified task was not found or expired. |
TaskFinished | string | The task is already finished and cannot be canceled. |