Skip to main content

Identify which inputs on the transaction are from the loaded wallet.

GET 

/wallet/tx-proposal/get-wallet-inputs

Identify which inputs on the transaction are from the loaded wallet.

Request

Query Parameters

    txHex stringrequired

    Transaction hex to identify.

Header Parameters

    x-wallet-id stringrequired

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

Responses

Return the inputs of the loaded wallet on the txHex.

Schema

    any

Loading...