GetPhasingPollVote
Retrieves a specific phasing poll vote by transaction hash and voter account.
Request
GET /nxt?requestType=getPhasingPollVote
All endpoints use port 22024 by default.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
transactionFullHash | string | Transaction full hash | Yes |
account | string | Voter account ID or SHAMWARI address | Yes |
Response
{
"vote": "yes",
"account": "1234567890123456789",
"timestamp": 1700000000,
"errorCode": 0,
"errorDescription": ""
}
Example
curl "http://localhost:22024/nxt?requestType=getPhasingPollVote&transactionFullHash=abc123...&account=SHAMWARI-ABCD-EFGH-IJKL-MNOPQ"