Skip to main content

Send a transaction from the transaction hex and collected signatures

POST 

/wallet/p2sh/tx-proposal/sign-and-push

Send a transaction from the transaction hex and collected signatures

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 tx sent from transaction hex and signatures.

Schema

    any

Loading...