Komodo DeFi Framework Method: task::get_new_address::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 | Required | 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
}
}