Confirm Transaction Request

Confirms a saved transaction request and prepares it for execution by updating its status from SAVED to READY.

Process flow:

  1. Validates the saved transaction request parameters
  2. Calculates and populates gas fees, nonce, and other blockchain-specific fields
  3. Updates status to READY, making it available for execution
  4. Sets expiration time for the confirmed transaction

When to use:

  • After creating a transaction request with status: "SAVED"
  • Before calling the execute endpoint to complete the transaction
  • When you're ready to finalize gas calculations and network parameters

Important notes:

  • Only works with transaction requests in SAVED status
  • Gas fields will be auto-populated based on current network conditions
  • The confirmed transaction will have an expiration time after which it cannot be executed
Path Params
uuid
required

UUID of the transaction request to confirm

Body Params

Blockchain of the transaction request

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