Home

Bundle unconfirmed transactions

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. For bundling transactions it is a must to select chain 1 = ARDOR

transactionFullHashArray<string>

The transaction full hash of the transaction(s) to be bundled

feeNQTstring

The fee in chain NQT

feeRateNQTPerFXTstring

The fee to be paid to bundle the child chain block

minBundlerBalanceFXTstring

The minimum bundler ARDR balance

idintegerrequired

Response

200OK

Transactions bundled successfully

400Bad Request

Bad Request

401Unauthorized

Unauthorized — Missing or invalid API key

500Internal Server Error

Internal Server Error