Skip to main content

Add signatures to a proposal and push the signed transaction.

POST 

/wallet/atomic-swap/tx-proposal/sign-and-push

Add signatures to a proposal and push the signed transaction.

Request

Header Parameters

    x-wallet-id stringrequired

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

Body

required

Add signatures and push the resulting transaction.

    partial_tx stringrequired

    Proposal to add signatures.

    signatures string[]required

    Signatures to add.

Responses

Add signatures to a proposal.

Schema

    any

Loading...