StopShuffler
Stops a shuffler account for a specific shuffling, disabling automatic processing.
Request
POST /nxt?requestType=stopShuffler
All endpoints use port 22024 by default.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
account | string | Account ID or SHAMWARI address | No |
shufflingFullHash | string | Shuffling transaction full hash | No |
secretPhrase | string | Secret phrase for authentication | No |
adminPassword | string | Admin password | No |
Response
{
"stoppedShuffler": true,
"errorCode": 0,
"errorDescription": ""
}
Example
curl -X POST "http://localhost:22024/nxt?requestType=stopShuffler" \
-d "shufflingFullHash=abc123..." \
-d "secretPhrase=your_secret_passphrase"