Skip to main content

Extract input data from a txHex in an atomic-swap compliant format.

POST 

/wallet/atomic-swap/tx-proposal/get-input-data

Extract input data from a txHex in an atomic-swap compliant format.

Request

Header Parameters

    x-wallet-id stringrequired

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

Body

required

Extract the input data on the given txHex as an atomic-swap signature.

    txHex stringrequired

    Transaction hex to extract input data.

Responses

Extract input data from a signed txHex.

Schema

    any

Loading...