GetPhasingOnlyControl
Retrieves the phasing-only control status for a specific account.
Request
GET /nxt?requestType=getPhasingOnlyControl
All endpoints use port 22024 by default.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
account | string | Account ID or SHAMWARI address | Yes |
Response
{
"account": "1234567890123456789",
"phasingOnly": true,
"timestamp": 1700000000,
"errorCode": 0,
"errorDescription": ""
}
Example
curl "http://localhost:22024/nxt?requestType=getPhasingOnlyControl&account=SHAMWARI-ABCD-EFGH-IJKL-MNOPQ"