root

Submit the supertransaction for execution

Submit the signed supertransaction quote for the execution where multichain composable and async execution happens via MEE nodes

post/v1/execute

Request body

ownerAddressstring required

Owner wallet address which will be used as a owner of orchestrator account

quoteType'permit' | 'onchain' | 'simple' | 'permit-sca' | 'mm-dtk' required

Type of MEE signature: permit, onchain, simple, permit-sca, or mm-dtk.

quoteQuote required— unresolved $ref

Response

MEE execution response

successboolean required

Indicates if the supertransaction execution was successful.

supertxHashstring nullable required

The transaction hash of the executed supertransaction, or null if not available.

errorstring nullable required

Error message if the execution failed, or null if successful.

Example response

{
  "success": true,
  "supertxHash": "0x9a72f87a93c55d8f88e3f8c2a7b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2"
}

Changes