Skip to main content

GetAccountPhasedTransactionCount

Returns the count of phased transactions for a specific account.

Request

GET /nxt?requestType=get-account-phased-transaction-count

All endpoints use port 22024 by default.

Parameters

NameTypeDescriptionRequired
accountstringAccount ID or SHAMWARI addressYes

Response

{
"count": 42,
"errorCode": 0,
"errorDescription": ""
}

Response Fields

FieldTypeDescription
countintNumber of phased transactions

Error Codes

CodeDescription
3Unknown account

Example

curl "http://localhost:22024/nxt?requestType=get-account-phased-transaction-count&account=SHAMWARI-ABCD-EFGH-IJKL-MNOPQ"