Skip to main content

Build an input data from the ECDSA signature(s).

POST 

/wallet/tx-proposal/input-data

Build an input data from the ECDSA signature(s).

Request

Header Parameters

    x-wallet-id stringrequired

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

Body

required

Data required to build the input data

    index numberrequired

    The bip32 path address index we will use.

    signature string

    [P2PKH] The ECDSA signature in little endian, DER encoded in hex format.

    signatures object

    [P2SH] Each key will be the signer xpubkey as used on the multisig configuration, the value will be the signature (ECDSA little endian, DER encoded in hex format).

Responses

Get tx sent from transaction hex.

Schema

    any

Loading...