Home

Approve (vote for) a phased transaction

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

phasedTransactionArray<string>

The full hash of the transaction to be approved (may be used up to 10 times per API request)

revealedSecretstring

The secret phrase (required only for phasingVotingModel 5)

revealedSecretIsTextboolean

A way of specifying whether revealedSecret is text or binary

idintegerrequired

Response

200OK

Transaction approved successfully

400Bad Request

Bad Request

401Unauthorized

Unauthorized — Missing or invalid API key

500Internal Server Error

Internal Server Error