Skip to main content

Executes a transaction template.

POST 

/wallet/tx-template/build

Executes a transaction template.

Request

Query Parameters

    debug boolean

    Turn debug on. Optional parameter to log more data when the template is built.

    sign boolean

    If we should sign and prepare the transaction to be sent.

Header Parameters

    x-wallet-id stringrequired

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

Body

array

required

A transaction template in JSON format.

  • Array [

  • ]

Responses

Success confirmation or handled error

Schema

    any

Loading...