Skip to main content

Returns a transaction hex with input data calculated from the arguments

POST 

/wallet/p2sh/tx-proposal/sign

Returns a transaction hex with input data calculated from the arguments

Request

Header Parameters

    x-wallet-id stringrequired

    Defines the key of the wallet on which the request will be executed.

Body

required

Transaction hex and signatures

    txHex stringrequired

    Transaction hex representation.

    signatures array

    Signatures collected for the transaction.

Responses

Get transaction hex with input data.

Schema

    any

Loading...