Home

Parse phasing parameters

POST
https://ardr.nownodes.io/nxt

Authorizations

ApiKeyAuthApiKeyAuth

api-key string

NOWNodes API key passed in the api-key header.

Body

application/json
jsonrpcstringrequired
methodstringrequired
paramsobjectrequired
Show child attributes
requestTypestring
phasingVotingModelinteger

An integer code for the method of approval

phasingQuorumstring

The number of votes needed for transaction approval

phasingMinBalancestring

The minimum balance required for voting

phasingMinBalanceModelinteger

The minimum balance model

phasingHoldingstring

The asset or currency ID

phasingWhitelistedArray<string>

Account ID of an account allowed to vote

chaininteger

The chain related to the operation

phasingLinkedTransactionstring

Full hash of the linked transaction in the format chainId:fullHash

phasingHashedSecretstring

The hash of a secret phrase required for approval

phasingHashedSecretAlgorithminteger

The hash function used

phasingExpressionstring

A boolean expression that sets the phasing

phasingSenderPropertySetterstring

The by-property that sets the phasing condition

phasingSenderPropertyNamestring

The by-property property name that sets the phasing condition

phasingSenderPropertyValuestring

The by-property phasing value that sets the condition

idintegerrequired

Response

200OK

Phasing parameters parsed successfully

400Bad Request

Bad Request

401Unauthorized

Unauthorized — Missing or invalid API key

500Internal Server Error

Internal Server Error