ERC20 Activation Task User Action
API-v2task::enable_erc20::user_action
Skeleton documentation—waiting for finalized parameter list.
Parameter | Type | Required | Description |
---|---|---|---|
task_id | integer | ✓ | Task identifier. |
user_action | object | ✓ | Object containing the parameters below. |
user_action.action_type | string | ✓ | Action type identifier (e.g., TrezorPin ). |
user_action.pin | string (number) | ✗ | Required if action_type is TrezorPin . Trezor PIN mapped via numpad grid. |
userpass | string | ✓ | RPC password. |
Parameter | Type | Description |
---|---|---|
status | string | Updated task status. |
enable_erc20::user_action
POST
task::enable_erc20::user_action{
"mmrpc": "2.0",
"method": "task::enable_erc20::user_action",
"params": {
"task_id": 1,
"user_action": {
"action_type": "TrezorPin",
"pin": "1234"
}
},
"id": 3,
"userpass": "RPC_UserP@SSW0RD"
}