cURL
curl --request POST \ --url https://api.example.com/order/{orderId}/tx \ --header 'Content-Type: application/json' \ --data ' { "stepId": "<string>", "txHash": "<string>", "cowswapOrderId": "<string>" } '
{ "success": true }
Report the result of executing a step. Required only for mono-chain swaps; optional for other routes.
The public order ID
Result of executing a step
The step ID that was executed
Transaction hash for approval or deposit steps
CowSwap order id for CoW-backed order submission execution steps
Step result accepted