On this page

SIA User Action

API-v2task::enable_sia::user_action

This method is used when the SIA activation process requires user interaction.

ParameterTypeRequiredDescription
task_idintegerThe ID of the activation task.

The response indicates if the user action was successfully processed.

SIA User Action

POST
task::enable_sia::user_action
{
  "userpass": "RPC_UserP@SSW0RD",
  "mmrpc": "2.0",
  "method": "task::enable_utxo::user_action",
  "params": {
    "task_id": 1,
    "user_action": {
      "action_type": "TrezorPin",
      "pin": "862743"
    }
  }
}