Skip to main content

Get the signatures for all inputs from the wallet

POST 

https://localhost:8000/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

curl -L 'https://localhost:8000/wallet/p2sh/tx-proposal/get-my-signatures' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"txHex": "string"
}'
Request Collapse all
Base URL
https://localhost:8000
Parameters
— headerrequired
Body required
{
  "txHex": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!