On this page

Create New Account Task 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.

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 objectIf 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
  }
}