Decoderawtransaction

Gets a JSON representation for a given transaction in hex format.

post
Body

A class containing the necessary parameters for a block search request.

rawHexstringOptional

The transaction to be decoded in hex format.

Responses
200
Returns the transaction
post
POST /api/Node/decoderawtransaction HTTP/1.1
Host: strax.nownodes.io
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 17

{
  "rawHex": "text"
}

No content