Skip to main content
Execute an approved transaction by providing the transaction hash.

Path Parameters

  • id: Transaction ID

Request Body

{
  "txHash": "0x..."
}

Response

Returns the executed transaction.
{
  "transaction": {
    "id": "string",
    "status": "executed",
    "txHash": "0x...",
    "executedAt": "timestamp"
  }
}