Skip to main content

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

NameTypeDescriptionRequired
transactionFullHashstringTransaction full hashYes
accountstringVoter account ID or SHAMWARI addressYes

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"