Home

Downloading a prunable message attachments directly as binary data

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 message

transactionstring

The transaction ID

secretPhrasestring

The secret passphrase used to decrypt the encrypted part of the message

privateKeystring

The privateKey (hex) of the derived account

sharedKeystring

The shared key used to decrypt the message

retrieveboolean

True to retrieve the message from archival node if needed

requireBlockstring

The block ID of a block that must be present in the blockchain during execution

requireLastBlockstring

The block ID of a block that must be last in the blockchain during execution

idintegerrequired

Response

200OK

Prunable data as a binary file

400Bad Request

Bad Request

401Unauthorized

Unauthorized — Missing or invalid API key

500Internal Server Error

Internal Server Error