Confirm DEX transaction
DEX
Confirm DEX transaction
Confirms a DEX transaction with the provided transaction hash. This endpoint should be called after the user has signed and submitted the transaction. Without it the Order status may not be determined
POST
Confirm DEX transaction
Documentation Index
Fetch the complete documentation index at: https://docs.houdiniswap.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
Request body for confirming a DEX transaction
The Houdini order ID
Minimum string length:
3The transaction hash to confirm. Required for on-chain orders, optional for off-chain orders. Supports multiple chain formats: EVM (0x + 64 hex), Solana (base58), Bitcoin (hex), TON, Tron, Sui.
Required string length:
10 - 128Pattern:
^[a-zA-Z0-9+/=_.-]+$Response
Transaction confirmed
The response is of type boolean.