Skip to main content

GetAllPhasingOnlyControls

Retrieves all accounts that have phasing-only control enabled, with optional pagination.

Request

GET /nxt?requestType=getAllPhasingOnlyControls

All endpoints use port 22024 by default.

Parameters

NameTypeDescriptionRequired
firstIndexintPagination startNo
lastIndexintPagination endNo

Response

{
"accounts": [
{
"account": "1234567890123456789",
"accountRS": "SHAMWARI-ABCD-EFGH-IJKL-MNOPQ",
"phasingOnly": true,
"timestamp": 1700000000
}
],
"errorCode": 0,
"errorDescription": ""
}

Example

curl "http://localhost:22024/nxt?requestType=getAllPhasingOnlyControls&firstIndex=0&lastIndex=10"