Skip to main content

Decode tx hex or serialized partial tx into human readable inputs and outputs with metadata to assist informed decision-making. To obtain input metadata, this method retrieves a transaction per input from the wallet's transaction history. If the required transaction is not located, the method queries the fullnode for the transaction details.

POST 

/wallet/decode

Decode tx hex or serialized partial tx into human readable inputs and outputs with metadata to assist informed decision-making. To obtain input metadata, this method retrieves a transaction per input from the wallet's transaction history. If the required transaction is not located, the method queries the fullnode for the transaction details.

Request

Body

required

Transaction hex representation or a partial transaction serialization.

    txHex string

    Hex format of a Transaction instance.

    partial_tx string

    Serialized PartialTx instance.

Responses

Decode a transaction from its hex

Schema

    any

Loading...