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
Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here!