Skip to main content

GetPhasingOnlyControl

Retrieves the phasing-only control status for a specific account.

Request

GET /nxt?requestType=getPhasingOnlyControl

All endpoints use port 22024 by default.

Parameters

NameTypeDescriptionRequired
accountstringAccount ID or SHAMWARI addressYes

Response

{
"account": "1234567890123456789",
"phasingOnly": true,
"timestamp": 1700000000,
"errorCode": 0,
"errorDescription": ""
}

Example

curl "http://localhost:22024/nxt?requestType=getPhasingOnlyControl&account=SHAMWARI-ABCD-EFGH-IJKL-MNOPQ"