Home

Create a phased transaction with conditional deferred execution

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
chaininteger

The chain related to the operation

phasedboolean

True to create a phased transaction

phasingFinishHeightinteger

The block height at which the poll will finish

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

phasingLinkedFullHashArray<string>

Full hash of a transaction that must be in the blockchain

phasingHashedSecretstring

The hash of a secret phrase required for approval

phasingHashedSecretAlgorithminteger

The hash function used

idintegerrequired

Response

200OK

Phased transaction created successfully

400Bad Request

Bad Request

401Unauthorized

Unauthorized — Missing or invalid API key

500Internal Server Error

Internal Server Error