Skip to main content

Get the signatures for all inputs from the wallet

POST 

/wallet/p2sh/tx-proposal/get-my-signatures

Get the signatures for all inputs from the wallet

Request

Header Parameters

    x-wallet-id stringrequired

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

Body

required

Transaction hex representation

    txHex stringrequired

    Transaction hex representation.

Responses

Get all signatures from the inputs of the wallet from the transaction hex

Schema

    any

Loading...