Skip to main content

Add signatures to the transaction and return the txHex with the signatures.

POST 

/wallet/tx-proposal/add-signatures

Add signatures to the transaction and return the txHex with the 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

    object[]

    required

    Signatures collected for the transaction.

  • Array [

  • index numberrequired

    Input index this signature refers to.

    data stringrequired

    Hex representation of the input data to be added on the transaction.

  • ]

Responses

Get transaction hex with input data.

Schema

    any

Loading...