On this page

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.

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

ParameterTypeDescription
statusstringStatus of the task. Ok, InProgress or Error.
detailsstring or objectOnce 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
  }
}

ParameterTypeDescription
NoSuchTaskstringThe specified task was not found or expired.
TaskFinishedstringThe task is already finished and cannot be canceled.