Skip to main content

POST DEX Confirm Transaction

Endpoint

POST /dexConfirmTx
Confirms a DEX transaction after the approval transaction has been submitted on-chain. Returns a boolean indicating success.

Request Body

{
  "id": "6689b73ec90e45f3b3e51553",
  "txHash": "0x123456789abcdef..."
}

Request Fields

FieldTypeDescription
idstringInternal ID of the transaction
txHashstringBlockchain transaction hash from the on-chain submission

Example Response

true

Response Fields

FieldTypeDescription
responsebooleantrue if the transaction was successfully confirmed