Execute Transaction Request

Executes a confirmed transaction request by transaction UUID, by performing the blockchain transaction operation.

Prerequisites:

  • Transaction request must be in READY status (use confirm endpoint first)
  • Transaction must not be expired

Process:

  1. Validates the transaction request status and expiration
  2. Authenticates using provided signing method
  3. Signs and broadcasts the transaction to the blockchain network
  4. Returns the transaction result with hash and network confirmation
Path Params
uuid
required

UUID of the transaction request to execute

Body Params

Blockchain for the transaction

string
enum
Headers
string
required

A valid signing method for the user. Format should be id:value. NOTE: You can choose between the Signing-Method and the Encrypted-Signing-Method

string

Use this for encrypted PIN transfers. The Encrypted-Signing-Method indicates that the signing method and the request body are encrypted. Click here to read about encrypted PIN transfers.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json