SIA Activation Status
API-v2task::enable_sia::status
This method checks the status of an ongoing SIA activation task.
Parameter | Type | Required | Description |
---|---|---|---|
task_id | integer | ✓ | The ID of the activation task. |
The response will vary depending on the status of the task. It can indicate if the task is still in progress, has completed successfully, or has failed.
- In Progress: The response will show the current state of the activation process.
- Success: The response will indicate that the coin has been activated successfully.
- Error: The response will provide details about the error that occurred.
SIA Activation Status
POST
task::enable_sia::status{
"mmrpc": "2.0",
"userpass": "RPC_UserP@SSW0RD",
"method": "task::enable_sia::status",
"params": {
"task_id": 1
}
}