Skip to main content

GetShufflingParticipants

Retrieves the list of participants for a shuffling.

Request

GET /nxt?requestType=getShufflingParticipants

All endpoints use port 22024 by default.

Parameters

NameTypeDescriptionRequired
shufflingFullHashstringShuffling transaction full hashYes

Response

{
"participants": [
{
"account": "1234567890123456789",
"accountRS": "SHAMWARI-ABCD-EFGH-IJKL-MNOPQ",
"amount": 100000000,
"registered": true,
"stage": "REGISTRATION"
}
],
"errorCode": 0,
"errorDescription": ""
}

Example

curl "http://localhost:22024/nxt?requestType=getShufflingParticipants&shufflingFullHash=abc123..."