Skip to main content
POST
/
order
/
{orderId}
/
tx
Report step execution result
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
}

Path Parameters

orderId
string<uuid>
required

The public order ID

Body

application/json

Result of executing a step

stepId
string
required

The step ID that was executed

txHash
string

Transaction hash for approval or deposit steps

cowswapOrderId
string

CowSwap order id for CoW-backed order submission execution steps

Response

200 - application/json

Step result accepted

success
boolean
required