Skip to main content
POST
Submit the supertransaction for execution

Authorizations

X-API-Key
string
header
required

API Key required to access Supertransaction API. Example: mee_2w3mXCuyt4xVXDRCZ5k5Lhgs

Body

application/json

Body

MEE execution request with signed quote payloads

ownerAddress
string
required

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

Example:

"0x1234567890abcdef1234567890abcdef12345678"

fee
object
required

Fee details: amount, token address, and chain ID.

quoteType
enum<string>
required

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

Available options:
permit,
onchain,
simple,
permit-sca,
mm-dtk
Example:

"permit"

quote
object
required

MEE network compatible quote information

payloadToSign
object[]
required

Array of payloads with signatures for execution.

Minimum array length: 1

Response

MEE execution response

MEE execution response

success
boolean
required

Indicates if the supertransaction execution was successful.

Example:

true

supertxHash
string | null
required

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

Example:

"0x9a72f87a93c55d8f88e3f8c2a7b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2"

error
string | null
required

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

Example:

null