Skip to main content

Executes a transaction template and pushes the transaction to the network.

POST 

/wallet/tx-template/run

Executes a transaction template and pushes the transaction to the network.

Request

Query Parameters

    debug boolean

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

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...