Skip to main content

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

NameTypeDescriptionRequired
accountstringAccount ID or SHAMWARI addressNo
shufflingFullHashstringShuffling transaction full hashNo
secretPhrasestringSecret phrase for authenticationNo
adminPasswordstringAdmin passwordNo

Response

{
"stoppedShuffler": true,
"errorCode": 0,
"errorDescription": ""
}

Example

curl -X POST "http://localhost:22024/nxt?requestType=stopShuffler" \
-d "shufflingFullHash=abc123..." \
-d "secretPhrase=your_secret_passphrase"