Skip to main content

POST /execute

Called by the agent after the owner approves a REVIEW-tier transaction via Telegram. The agent co-signs 2-of-2 and submits the UserOperation to the Pimlico bundler.

Request

{
  "txId": "tx-1234567890"
}
FieldTypeRequiredDescription
txIdstringYesID of the pending transaction to execute

Response

{
  "txHash": "0x..."
}
FieldDescription
txHashOn-chain transaction hash after successful execution