GetShufflingParticipants
Retrieves the list of participants for a shuffling.
Request
GET /nxt?requestType=getShufflingParticipants
All endpoints use port 22024 by default.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
shufflingFullHash | string | Shuffling transaction full hash | Yes |
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..."